rebuild commit
This commit is contained in:
parent
5b9be577e7
commit
988a05e94d
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -10,9 +10,10 @@ node('Lithium'){
|
||||
}
|
||||
sh "git checkout ${env.BRANCH_NAME}"
|
||||
sh "git checkout -- ."
|
||||
sh "git pull"
|
||||
sh "git submodule update --init --recursive"
|
||||
sh "git submodule update --remote --merge"
|
||||
|
||||
//sh "git pull"
|
||||
//sh "git submodule update --init --recursive"
|
||||
//sh "git submodule update --remote --merge"
|
||||
}
|
||||
stage("build and publish"){
|
||||
sh label: '', script: 'npm i'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user