mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
moved memory setting to jenkins global
This commit is contained in:
parent
76d2e313d1
commit
75c055145e
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ FROM maven:3.6.3-jdk-8 AS build-env
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
ENV MAVEN_OPTS='-Xmx512m -XX:MaxPermSize=128m'
|
|
||||||
|
|
||||||
RUN mvn dependency:go-offline
|
RUN mvn dependency:go-offline
|
||||||
RUN mvn package
|
RUN mvn package
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue