add memory config in maven build
This commit is contained in:
@@ -21,6 +21,8 @@ steps:
|
||||
|
||||
- name: maven build
|
||||
image: maven:3-alpine
|
||||
environment:
|
||||
MAVEN_OPTS: "-Xmx1024m -XX:MaxPermSize=256m"
|
||||
commands:
|
||||
- mvn clean package -Dmaven.test.skip=true
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user