Browse Source

Code enhancements

Wadim Surkov 6 năm trước cách đây
mục cha
commit
914ed347a2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -77,6 +77,7 @@ pipeline {
       when { expression { service_update != "" } }
       steps {
         script {
+          sh "set"
           for (String item : service_update.split()) {
             try{
                echo "Updating ${item}"