Explorar o código

Document new CI build parameter

ghorsington %!s(int64=5) %!d(string=hai) anos
pai
achega
91c60dba71
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {