This is an automated email from the ASF dual-hosted git repository.
martin_s 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 1282781 Adding workspace preparation for JDK11
1282781 is described below
commit 12827812ac1fa78cbc0ae377a8241c831ade9cd4
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Jul 5 21:15:32 2020 +0200
Adding workspace preparation for JDK11
---
Jenkinsfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 1d07b81..6f5745a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -147,6 +147,8 @@ pipeline {
options: publishers
)
{
+ sh "chmod 755
./src/ci/scripts/prepareWorkspace.sh"
+ sh
"./src/ci/scripts/prepareWorkspace.sh"
sh "mvn clean install -U -B -e
-fae -Dmaven.compiler.fork=true -Pci-build -T${THREADS}"
}
}