Explorar el Código

testing PR build

Bulat Yusupov hace 5 años
padre
commit
edbaab0a48
Se han modificado 1 ficheros con 1 adiciones y 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}"