Vadim Surkov 7 years ago
parent
commit
bb04c705a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -35,7 +35,7 @@ pipeline {
         }
       }
       steps {
-        println service_update.split()
+        echo service_update.split()
         echo "Updating $service_update"
         sh 'ls'
       }