Skip to content

Commit f231361

Browse files
committed
Removed obsolete JVM option.
Signed-off-by: Simone Bordet <[email protected]>
1 parent e1beffa commit f231361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def mavenBuild(String jdk, String cmdline, String mvnName, boolean recordJacoco)
5050
try {
5151
withEnv(["JAVA_HOME=${ tool "$jdk" }",
5252
"PATH+MAVEN=${ tool "$jdk" }/bin:${tool "$mvnName"}/bin",
53-
"MAVEN_OPTS=-Xms3g -Xmx3g -Djava.awt.headless=true -client -XX:+UnlockDiagnosticVMOptions -XX:GCLockerRetryAllocationCount=100"]) {
53+
"MAVEN_OPTS=-Xms3g -Xmx3g -Djava.awt.headless=true"]) {
5454
configFileProvider(
5555
[configFile(fileId: 'oss-settings.xml', variable: 'GLOBAL_MVN_SETTINGS')]) {
5656
sh "mvn $cmdline -ntp -s $GLOBAL_MVN_SETTINGS -V -B -e -U"

0 commit comments

Comments
 (0)