Changeset 1483a16 for Jenkinsfile
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.