Vadim Surkov 7 anni fa
parent
commit
9b66438cf7
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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()) {