Browse Source

testing PR build

Bulat Yusupov 5 năm trước cách đây
mục cha
commit
edbaab0a48
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}"