Update Jenkinsfile
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user