Ignore:
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.