Vadim Surkov 7 năm trước cách đây
mục cha
commit
42bb2a7eab
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

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