Vadim Surkov hace 7 años
padre
commit
01d56b22c8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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