Selaa lähdekoodia

Code enhancements

Wadim Surkov 6 vuotta sitten
vanhempi
commit
914ed347a2
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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}"