Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rf51ef6f rc3d9adc  
    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.