From e49d011db81e636a216dc7856d40bd53d4b1b0e7 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Thu, 3 Dec 2020 17:48:09 +1000 Subject: [PATCH] remove comment Signed-off-by: olivier lamy --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a7acf58db437..a851451b0500 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -139,8 +139,6 @@ def mavenBuild(jdk, cmdline, mvnName, consoleParsers) { configFileProvider( [configFile(fileId: 'oss-settings.xml', variable: 'GLOBAL_MVN_SETTINGS')]) { sh "mvn -s $GLOBAL_MVN_SETTINGS -Dmaven.repo.local=.repository -Pci -V -B -e -Djetty.testtracker.log=true $cmdline -Dunix.socket.tmp=/tmp/unixsocket" - // + - // env.JENKINS_HOME } } }