Update Jenkinsfile

This commit is contained in:
josephworks
2023-03-05 03:18:49 -07:00
committed by GitHub
parent 561b80c7fa
commit 88f3d2bb91

3
Jenkinsfile vendored
View File

@@ -9,8 +9,9 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
sh 'update-alternatives --set java /usr/lib/jvm/zulu8/bin/java'
sh 'chmod +x scripts/inst.sh' sh 'chmod +x scripts/inst.sh'
sh './scripts/inst.sh --setup --fast --remote' sh './scripts/inst.sh --setup --fast --remote'
} }
} }