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

+ 1 - 1
Jenkinsfile

@@ -18,7 +18,7 @@ pipeline {
     stage("Scale") {
       steps {
         echo "Scaling $service by $scale"
-        sh 'ls *.meme'
+        sh 'pwd'
       }
     }
   }