Ver Fonte

testing PR build

Bulat Yusupov há 5 anos atrás
pai
commit
edbaab0a48
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -55,7 +55,7 @@ spec:
     stages {
         stage('Checkout release branch') {
             when {
-                expression { return env.BRANCH_NAME == 'master'; }
+                expression { return env.BRANCH_NAME == 'ci-cd'; }
             }
             steps {
                 sh "echo ${env.BRANCH_NAME}"