Changeset f51ef6f


Ignore:
Timestamp:
Feb 16, 2017, 11:37:43 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:
317450e, 9beae23
Parents:
c3d9adc
Message:

Modified Jenkinsfile to ignore email notifications on this specific branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rc3d9adc rf51ef6f  
    180180                                        ]])
    181181
     182                                bIsSandbox = env.BRANCH_NAME == "jenkins-sandbox"
    182183                                bIsFullBuild = isFullBuild == 'true'
    183184                                architectureFlag = ''
     
    232233
    233234                //Send email with final results if this is not a full build
    234                 if( !bIsFullBuild ) {
     235                if( !bIsFullBuild && !bIsSandbox ) {
    235236                        echo 'Notifying users of result'
    236237                        email(currentBuild.result, log_needed)
Note: See TracChangeset for help on using the changeset viewer.