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