Changeset 2aaabbd for Jenkinsfile
- Timestamp:
- Jun 8, 2016, 2:39:17 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, 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:
- e034675
- Parents:
- abc26975
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rabc26975 r2aaabbd 165 165 //Routine responsible of sending the email notification once the build is completed 166 166 //=========================================================================================================== 167 def promote_email(boolean promote, boolean success, String status, boolean log) {167 def notify_result(boolean promote, boolean success, String status, boolean log) { 168 168 if(promote) { 169 169 if( !success ) {
Note: See TracChangeset
for help on using the changeset viewer.