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