Browse Source

testing PR build

Bulat Yusupov 5 years ago
parent
commit
edbaab0a48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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