- Timestamp:
- Aug 10, 2016, 3:42:58 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:
- 72e2ea0, d2f5469
- Parents:
- ef42e764
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
ref42e764 r5ae36ed 105 105 106 106 //Store the result of the build log 107 currentBuild.result = "${status_prefix} FAILURE".trim()107 currentBuild.result = 'FAILURE' 108 108 109 109 //Send email to notify the failure 110 promote_ email(currentBuild.result)110 promote_failure_email() 111 111 } 112 112 … … 123 123 124 124 //Email notification on a full build failure 125 def promote_ email(String status) {125 def promote_failure_email() { 126 126 echo('notifying users') 127 127 … … 138 138 - Status -------------------------------------------------------------- 139 139 140 PROMOTE FAILURE - ${status}140 PROMOTE FAILURE 141 141 """ 142 142
Note: See TracChangeset
for help on using the changeset viewer.