Vadim Surkov 7 vuotta sitten
vanhempi
commit
197cc34cd5
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  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'''
       }