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