Vadim Surkov 7 年之前
父節點
當前提交
01d56b22c8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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