Changeset 296952d for Jenkins/FullBuild
- Timestamp:
- Aug 11, 2016, 5:10:22 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, 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:
- 5a11e07, 6f7424a
- Parents:
- ce2fed5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
rce2fed5 r296952d 17 17 propagate: false 18 18 19 echo(result.result) 20 if(result.result != 'SUCCESS') { 19 if(result.result == 'SUCCESS') { 20 echo(result.result) 21 } 22 else { 23 error(result.result) 21 24 sh("wget -q -O - ${result.absoluteUrl}/consoleText") 22 25 }
Note: See TracChangeset
for help on using the changeset viewer.