Vadim Surkov 7 anni fa
parent
commit
197cc34cd5
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  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'''
       }