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

+ 1 - 0
Jenkinsfile

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