Changes in / [317450e:3a5131ed]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r317450e r3a5131ed  
    180180                                        ]])
    181181
    182                                 bIsSandbox = env.BRANCH_NAME == "jenkins-sandbox"
    183182                                bIsFullBuild = isFullBuild == 'true'
    184183                                architectureFlag = ''
     
    233232
    234233                //Send email with final results if this is not a full build
    235                 if( !bIsFullBuild && !bIsSandbox ) {
     234                if( !bIsFullBuild ) {
    236235                        echo 'Notifying users of result'
    237236                        email(currentBuild.result, log_needed)
Note: See TracChangeset for help on using the changeset viewer.