Changeset d1b9d78 for Jenkinsfile


Ignore:
Timestamp:
Jul 13, 2016, 1:44:00 PM (9 years ago)
Author:
Aaron Moss <a3moss@…>
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:
9c791dd
Parents:
8884112 (diff), ed9ecda (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

    r8884112 rd1b9d78  
    204204
    205205        finally {
     206                echo 'Build Completed'
     207
    206208                //Send email with final results if this is not a full build
    207209                if( !bIsFullBuild ) {
     210                        echo 'Notifying users of result'
    208211                        email(currentBuild.result, log_needed)
    209212                }
     
    219222//Routine responsible of sending the email notification once the build is completed
    220223//===========================================================================================================
    221 def notify_result(boolean bIsFullBuild, Exception err, String status, boolean log) {
    222         echo 'Build completed, sending result notification'
    223         if(bIsFullBuild)         {
    224                 email(status, log)
    225         }
    226 }
    227 
    228224//Standard build email notification
    229225def email(String status, boolean log) {
Note: See TracChangeset for help on using the changeset viewer.