Explorar o código

testing PR build

Bulat Yusupov %!s(int64=5) %!d(string=hai) anos
pai
achega
58d1623ae4
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      Jenkinsfile

+ 4 - 4
Jenkinsfile

@@ -54,11 +54,11 @@ spec:
     }
     stages {
         stage('Checkout release branch') {
-            when {
-                expression { return env.BRANCH_NAME == 'ci-cd'; }
-            }
+//             when {
+//                 expression { return env.GIT_BRANCH == 'ci-cd'; }
+//             }
             steps {
-                sh "echo ${env.BRANCH_NAME}"
+                sh "echo ${env.GIT_BRANCH}"
 //                 git 'https://github.com/provectus/kafka-ui.git'
 //                 sh 'git checkout -b release'
             }