This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/archiva-2.x by this push:
new 850f64421 fix Jenkinsfile
850f64421 is described below
commit 850f64421b80f3c1d9154878ffe8ccd91b2cb31d
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Sep 5 17:10:18 2022 +1000
fix Jenkinsfile
Signed-off-by: Olivier Lamy <[email protected]>
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index b56c26d0a..0b3475502 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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')]) {