diff --git a/Jenkinsfile b/Jenkinsfile index 8cb138f..9c1186f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" }