瀏覽代碼

Document new CI build parameter

ghorsington 5 年之前
父節點
當前提交
91c60dba71
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      scripts/jenkins_master.groovy

+ 1 - 0
scripts/jenkins_master.groovy

@@ -4,6 +4,7 @@
 pipeline {
     agent any
     parameters {
+        // Check if the build is Bleeding Edge. Affects whether the result is pushed to BepisBuilds
         booleanParam(name: "IS_BE")
     }
     stages {