Forráskód Böngészése

Document new CI build parameter

ghorsington 5 éve
szülő
commit
91c60dba71
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 {