Changeset f8707578
- Timestamp:
- Jun 3, 2016, 5:19:30 PM (7 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:
- b67dc14
- Parents:
- 25a5bbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r25a5bbd rf8707578 51 51 } 52 52 53 54 53 //Global Variables defining the compiler and at which point in the build we are 55 54 // These variables are used but can't be declared before hand because of wierd scripting rules … … 81 80 82 81 try { 83 echo " ""Properties-start84 ref name : ${GitRefName} 85 ref new value : ${GitRefNewValue} 86 ref old value : ${GitRefOldValue} 87 Properties-stop"""82 echo "Properties-start" 83 echo "ref name : ${GitRefName}" 84 echo "ref new value : ${GitRefNewValue}" 85 echo "ref old value : ${GitRefOldValue}" 86 echo "Properties-stop" 88 87 89 88 //Prevent the build from exceeding 30 minutes
Note: See TracChangeset
for help on using the changeset viewer.