소스 검색

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 {