Vadim Surkov преди 7 години
родител
ревизия
197cc34cd5
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  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'''
       }