Changeset ce2fed5 for Jenkins/FullBuild
- Timestamp:
- Aug 11, 2016, 4:04:31 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, 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:
- 296952d, e3d1cc1
- Parents:
- 7bb37fc (diff), 5ee0482 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
r7bb37fc rce2fed5 14 14 name: 'buildArchitecture', \ 15 15 value: arch] \ 16 ] 16 ], \ 17 propagate: false 17 18 18 19 echo(result.result) 19 echo(result.absoluteUrl) 20 if(result.result != 'SUCCESS') { 21 sh("wget -q -O - ${result.absoluteUrl}/consoleText") 22 } 20 23 } 21 24
Note: See TracChangeset
for help on using the changeset viewer.