Changeset 317450e


Ignore:
Timestamp:
Feb 16, 2017, 3:36:55 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
11f95ee, 94ad12f, a7c4921
Parents:
3a5131ed (diff), f51ef6f (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 plg2:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r3a5131ed r317450e  
    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.