Browse Source

Jenkinsfile dev

Vadim Surkov 7 năm trước cách đây
mục cha
commit
9b66438cf7
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      Jenkinsfile

+ 1 - 2
Jenkinsfile

@@ -40,8 +40,7 @@ pipeline {
       }
     }
     stage("Update") {
-      when { expression { service_update == "" } }
-//      when { expression { service_update != "" } }
+      when { expression { service_update != "" } }
       steps {
         script {
           for (String item : service_update.split()) {