Changeset aec9a67 for Jenkinsfile
- Timestamp:
- Jun 3, 2016, 1:07:14 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 01b8088d, e01bfbc
- Parents:
- e730560
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
re730560 raec9a67 52 52 53 53 //Global Variables defining the compiler and at which point in the build we are 54 def currentCC 55 def status_prefix 54 // These variables are used but can't be declared before hand because of wierd scripting rules 55 // @Field String currentCC 56 // @Field String status_prefix 56 57 57 58 //Wrapper to sync stage name and status name
Note: See TracChangeset
for help on using the changeset viewer.