]> source.dussan.org Git - archiva.git/commitdiff
fix Jenkinsfile
authorOlivier Lamy <olamy@apache.org>
Mon, 5 Sep 2022 07:10:18 +0000 (17:10 +1000)
committerOlivier Lamy <olamy@apache.org>
Mon, 5 Sep 2022 07:10:18 +0000 (17:10 +1000)
Signed-off-by: Olivier Lamy <olamy@apache.org>
Jenkinsfile

index b56c26d0afb442c56ee8bba678af236c0de8bb36..0b3475502b177e1f0d8f1ed91b7ec582136ccce2 100644 (file)
@@ -48,7 +48,7 @@ pipeline {
                 timeout(120) {
 
                   withEnv(["JAVA_HOME=${ tool "$buildJdk" }",
-                           "PATH+MAVEN=${ tool "$buildJdk" }/bin:${tool "buildMvn"}/bin",
+                           "PATH+MAVEN=${ tool "$buildJdk" }/bin:${tool "$buildMvn"}/bin",
                            "MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) {
                     configFileProvider(
                             [configFile(fileId: 'archiva-uid-jenkins', variable: 'GLOBAL_MVN_SETTINGS')]) {