Changeset bd8dca2 for Jenkinsfile
- Timestamp:
- Dec 3, 2020, 4:40:43 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:
- d8d9130f
- Parents:
- c74e601
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rc74e601 rbd8dca2 2 2 3 3 import groovy.transform.Field 4 5 import static Jenkins.tools.build_stage as build_stage6 import Jenkins.tools7 4 8 5 //=========================================================================================================== … … 505 502 ]]) 506 503 507 // It's unfortunate but it looks like we need to checkout the entire repo just to get the pretty git printer 504 // It's unfortunate but it looks like we need to checkout the entire repo just to get 505 // - the pretty git printer 506 // - Jenkins.tools 508 507 checkout scm 508 509 import static Jenkins.tools.build_stage as build_stage 510 import Jenkins.tools 509 511 510 512 final settings = new BuildSettings(params, env.BRANCH_NAME)
Note: See TracChangeset
for help on using the changeset viewer.