Vadim Surkov 7 éve
szülő
commit
197cc34cd5
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      Jenkinsfile

+ 3 - 2
Jenkinsfile

@@ -24,9 +24,10 @@ pipeline {
   }
   stages {
     stage("Build") {
-      when { expression { build_repo != "none" } }
+//      when { expression { build_repo != "none" } }
+      when { build }
       steps {
-        echo "Building with repo $build_repo"
+        echo "Building with repo $repo"
         sh '''pwd
               ls'''
       }