- Timestamp:
- Aug 12, 2016, 9:56:15 AM (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:
- 1ca15c1
- Parents:
- 296952d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
r296952d r5a11e07 17 17 propagate: false 18 18 19 if(result.result == 'SUCCESS') {20 echo(result.result) 21 }22 else {19 echo(result.result) 20 21 if(result.result != 'SUCCESS') { 22 sh("wget -q -O - ${result.absoluteUrl}/consoleText") 23 23 error(result.result) 24 sh("wget -q -O - ${result.absoluteUrl}/consoleText")25 24 } 26 25 }
Note: See TracChangeset
for help on using the changeset viewer.