Vadim Surkov 7 年之前
父节点
当前提交
3da16ff63e
共有 1 个文件被更改,包括 1 次插入2 次删除
  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