This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 5bd980a7d fix syntax (#74)
5bd980a7d is described below
commit 5bd980a7d5e5488d115ef7826ac02479c27d5932
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Apr 11 15:31:29 2022 +1000
fix syntax (#74)
Signed-off-by: Olivier Lamy <[email protected]>
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index eaebba1bd..2bcc32323 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -106,7 +106,7 @@ pipeline {
// -Dmaven.compiler.fork=true: Do compile in a
separate forked process
// -Dmaven.test.failure.ignore=true: Do not
stop, if some tests fail
// -Pci-build: Profile for CI-Server
- sh "mvn ${cmdLine} -B -U -e -fae
-Dorg.slf4j.simpleLogger.showThreadName=true -Pci-build -T${THREADS}"
+ sh "mvn ${cmdLine} -B -U -e -fae
-Dorg.slf4j.simpleLogger.showThreadName=true -Pci-build -T${params.THREADS}"
}
}
}
@@ -149,7 +149,7 @@ pipeline {
{
sh "chmod 755
./src/ci/scripts/prepareWorkspace.sh"
sh
"./src/ci/scripts/prepareWorkspace.sh"
- sh "mvn clean install -U -B -e
-fae -Dorg.slf4j.simpleLogger.showThreadName=true -Pci-build -T${THREADS}"
+ sh "mvn clean install -U -B -e
-fae -Dorg.slf4j.simpleLogger.showThreadName=true -Pci-build
-T${params.THREADS}"
}
}
}