Преглед изворни кода

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 {