From 12827812ac1fa78cbc0ae377a8241c831ade9cd4 Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Sun, 5 Jul 2020 21:15:32 +0200 Subject: [PATCH] Adding workspace preparation for JDK11 --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) 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}" } } -- 2.39.5