rebuild commit

This commit is contained in:
pumpurumer 2022-09-28 14:35:27 +04:00
parent 5b9be577e7
commit 988a05e94d

7
Jenkinsfile vendored
View File

@ -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'