Vadim Surkov 7 years ago
parent
commit
3da16ff63e
1 changed files with 1 additions and 2 deletions
  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