Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 850f644

Browse files
committed
fix Jenkinsfile
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent 60d80f6 commit 850f644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pipeline {
4848
timeout(120) {
4949

5050
withEnv(["JAVA_HOME=${ tool "$buildJdk" }",
51-
"PATH+MAVEN=${ tool "$buildJdk" }/bin:${tool "buildMvn"}/bin",
51+
"PATH+MAVEN=${ tool "$buildJdk" }/bin:${tool "$buildMvn"}/bin",
5252
"MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) {
5353
configFileProvider(
5454
[configFile(fileId: 'archiva-uid-jenkins', variable: 'GLOBAL_MVN_SETTINGS')]) {

0 commit comments

Comments
 (0)