Vadim Surkov 7 роки тому
батько
коміт
32a053b0c2
1 змінених файлів з 2 додано та 7 видалено
  1. 2 7
      Jenkinsfile

+ 2 - 7
Jenkinsfile

@@ -23,14 +23,9 @@ pipeline {
       }
     }
     stage("Update") {
-      when { 
-        allOf {
-          expression { service_update != null }
-          expression { not service_update.empty }
-        }
-      }
+      when { expression { service_update != "" } }
       steps {
-        echo "Updating $service_update"
+        echo "Updating .$service_update."
         script {
           for (String item : service_update.split()) {
             echo "Updating $item"