build commit

This commit is contained in:
pumpurumer 2022-09-28 14:58:06 +04:00
parent ff0f8d6fad
commit 34080a0ee0

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ node('Lithium'){
sh "git checkout ${env.BRANCH_NAME}"
sh "git checkout -- ."
//sh "git pull"
sh "git pull"
//sh "git submodule update --init --recursive"
//sh "git submodule update --remote --merge"
}