Explorar o código

testing PR build

Bulat Yusupov %!s(int64=5) %!d(string=hai) anos
pai
achega
edbaab0a48
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}"