Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -11,7 +11,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'update-alternatives --set java /usr/lib/jvm/zulu8/jre/bin/java'
|
sh 'update-alternatives --set java /usr/lib/jvm/zulu8/jre/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 --remote'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user