From: Martin Stockhammer Date: Sun, 5 Jul 2020 19:15:32 +0000 (+0200) Subject: Adding workspace preparation for JDK11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=12827812ac1fa78cbc0ae377a8241c831ade9cd4;p=archiva.git Adding workspace preparation for JDK11 --- diff --git a/Jenkinsfile b/Jenkinsfile index 1d07b8126..6f5745a0c 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}" } }