Skip to content

Commit

Permalink
reverting maven_opts
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Apr 23, 2024
1 parent 20444cf commit fbc7dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pipeline {
MOTD = 'you know, for robots !'
VERSION_PREFIX = "1.1"
VERSION = "${VERSION_PREFIX}" + ".${BUILD_NUMBER}"
MAVEN_OPTS = '-Xmx4096m -XX:MaxPermSize=256m -XX:+ExitOnOutOfMemoryError'
// MAVEN_OPTS = '-Xmx4096m -XX:MaxPermSize=256m -XX:+ExitOnOutOfMemoryError'
// JDK_HOME = "${tool 'openjdk-11-linux'}/jdk-11.0.1"
// JAVA_HOME = "${JDK_HOME}"
// PATH="${env.JAVA_HOME}/bin:${env.PATH}"
Expand Down

0 comments on commit fbc7dd7

Please sign in to comment.