Vadim Surkov 7 years ago
parent
commit
4b5f031203
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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