Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r734891d r14ce3392  
    6868        finally {
    6969                //Send email with final results if this is not a full build
    70                 if( (!do_sendemail) && (!bIsSandbox) ) {
     70                if( do_sendemail && !bIsSandbox ) {
    7171                        echo 'Notifying users of result'
    7272                        email(currentBuild.result, log_needed)
Note: See TracChangeset for help on using the changeset viewer.