Vadim Surkov 7 年之前
父节点
当前提交
bb04c705a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'
       }