Changeset 1483a16
- Timestamp:
- Dec 3, 2020, 4:56:35 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 91aa5ab
- Parents:
- 953d433
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/tools.groovy
r953d433 r1483a16 10 10 // wrapper around stage declaretion to be more verbose 11 11 // and allow showing as skipped in the UI 12 def build_stage(String name, boolean run, Closure block ) {12 def BuildStage(String name, boolean run, Closure block ) { 13 13 StageName = name 14 14 echo " -------- ${StageName} -------- " -
Jenkinsfile
r953d433 r1483a16 12 12 SrcDir = pwd tmp: false 13 13 Settings = null 14 tools = null 15 build_stage = null 14 Tools = null 16 15 17 16 // Local variables … … 509 508 checkout scm 510 509 511 tools = load "Jenkins/tools.groovy" 512 build_stage = tools.build_stage 510 Tools = load "Jenkins/tools.groovy" 513 511 514 512 final settings = new BuildSettings(params, env.BRANCH_NAME)
Note: See TracChangeset
for help on using the changeset viewer.