Update Jenkinsfile

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

1
Jenkinsfile vendored
View File

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