Update Jenkinsfile

This commit is contained in:
LegacyGamerHD
2020-11-26 12:45:12 +01:00
committed by GitHub
parent 4290216041
commit 90f6d0e9ba

10
Jenkinsfile vendored
View File

@@ -1,16 +1,10 @@
pipeline {
agent any
stages {
stage('Init Submodules') {
steps {
sh 'git submodule update --init --recursive'
}
}
stage('Build') {
steps {
sh 'bash ./scripts/build.sh --setup --fast'
// sh 'bash ./scripts/inst.sh --setup --fast --remote'
//sh 'bash ./scripts/build.sh'
sh 'bash ./scripts/inst.sh --setup --fast --remote'
}
}