]> source.dussan.org Git - archiva.git/commitdiff
Adding workspace preparation for JDK11
authorMartin Stockhammer <martin_s@apache.org>
Sun, 5 Jul 2020 19:15:32 +0000 (21:15 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Sun, 5 Jul 2020 19:15:32 +0000 (21:15 +0200)
Jenkinsfile

index 1d07b8126bfe41817436c1527ed57a0f6f378ced..6f5745a0cceba51e2e85e004e91056d29aa1b02b 100644 (file)
@@ -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}"
                                         }
                             }