Update Jenkinsfile
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -1,9 +1,15 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Init Submodules') {
|
||||
steps {
|
||||
sh 'git submodule update --init --recursive'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'bash ./scripts/inst.sh --setup --fast'
|
||||
sh 'bash ./scripts/inst.sh --setup --fast'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user