Vadim Surkov %!s(int64=7) %!d(string=hai) anos
pai
achega
1d17983fa1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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