fix jenkinsfile

This commit is contained in:
nikolay 2023-06-15 15:07:28 +04:00
parent 46d10e50ea
commit a8062667df

3
Jenkinsfile vendored
View File

@ -8,10 +8,7 @@ node('Palladium'){
currentBuild.result = 'ABORTED'
error('Последний коммит - результат сборки jenkins')
}
sh "git checkout ${env.BRANCH_NAME}"
sh "git checkout -- ."
sh "git pull"
//sh "git submodule update --init --recursive"
//sh "git submodule update --remote --merge"
}