Vadim Surkov 7 vuotta sitten
vanhempi
commit
3da16ff63e
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      Jenkinsfile

+ 1 - 2
Jenkinsfile

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