Vadim Surkov 7 years ago
parent
commit
32a053b0c2
1 changed files with 2 additions and 7 deletions
  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"