Vadim Surkov hace 7 años
padre
commit
bb04c705a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
       }