Kaynağa Gözat

testing PR build

Bulat Yusupov 5 yıl önce
ebeveyn
işleme
58d1623ae4
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  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'
             }