We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c99fae commit 75f0b55Copy full SHA for 75f0b55
ci/release/Jenkinsfile
@@ -177,7 +177,7 @@ pipeline {
177
withEnv([
178
"BRANCH=${env.GIT_BRANCH}",
179
// Increase the amount of memory for this part since asciidoctor doc rendering consumes a lot of metaspace
180
- "DEFAULT_JVM_OPTS=-Dlog4j2.disableJmx -Xmx4g -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Duser.timezone=UTC -Dfile.encoding=UTF-8"
+ "JAVA_OPTS=-Dlog4j2.disableJmx -Xmx4g -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Duser.timezone=UTC -Dfile.encoding=UTF-8"
181
]) {
182
sh ".release/scripts/prepare-release.sh ${env.PROJECT} ${env.RELEASE_VERSION} ${env.DEVELOPMENT_VERSION}"
183
}
0 commit comments