Changeset 14ce3392 for Jenkinsfile
- Timestamp:
- Feb 23, 2017, 10:53:45 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 1acc066
- Parents:
- 734891d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r734891d r14ce3392 68 68 finally { 69 69 //Send email with final results if this is not a full build 70 if( (!do_sendemail) && (!bIsSandbox)) {70 if( do_sendemail && !bIsSandbox ) { 71 71 echo 'Notifying users of result' 72 72 email(currentBuild.result, log_needed)
Note: See TracChangeset
for help on using the changeset viewer.