Vadim Surkov 7 anni fa
parent
commit
4b5f031203
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -18,6 +18,7 @@ pipeline {
     stage("Scale") {
       steps {
         echo "Scaling $service by $scale"
+        sh 'false'
       }
     }
   }