Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    re109716 r155cce0f  
    9999        //attach the build log to the email
    100100        catch (Exception caughtError) {
    101                 echo('error caught')
    102 
    103101                //rethrow error later
    104102                err = caughtError
     
    124122//Email notification on a full build failure
    125123def promote_email(String status) {
    126         echo('notifying users')
    127 
    128124        //Since tokenizer doesn't work, figure stuff out from the environnement variables and command line
    129125        //Configurations for email format
Note: See TracChangeset for help on using the changeset viewer.