diff --git a/Jenkinsfile b/Jenkinsfile index 474a9c4..c33017b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,14 +1,15 @@ env.HL_BUILD_MODE = "jenkins" node('Palladium'){ - + stage('get new version to repo') { checkout scm if (lastCommitIsBumpCommit()) { currentBuild.result = 'ABORTED' error('Последний коммит - результат сборки jenkins') } - sh "git checkout ${env.BRANCH_NAME}" + //sh "git submodule update --init --recursive" + //sh "git submodule update --remote --merge" } stage("build and publish"){ dir('angular'){