Changeset 6291725 for Jenkinsfile


Ignore:
Timestamp:
Feb 23, 2017, 11:22:13 AM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
3fddc6b, 9013eb0, c3ebf37
Parents:
6db3e73 (diff), 1acc066 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r6db3e73 r6291725  
    6868        finally {
    6969                //Send email with final results if this is not a full build
    70                 if( (!do_sendemail) && (!bIsSandbox) ) {
     70                if( do_sendemail && !bIsSandbox ) {
    7171                        echo 'Notifying users of result'
    7272                        email(currentBuild.result, log_needed)
Note: See TracChangeset for help on using the changeset viewer.