Changes in / [905cf4b:5c6768e]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r905cf4b r5c6768e  
    127127                                cfa_build()
    128128
    129                                 if(promote_build) {
     129                                if(promoteBuild2DoLang) {
    130130                                        push_build()
    131131                                }
     
    149149        finally {
    150150                //Send email with final results
    151                 notify_result(promote_build, err != null, currentBuild.result, log_needed)
     151                notify_result(promoteBuild2DoLang, err != null, currentBuild.result, log_needed)
    152152
    153153                /* Must re-throw exception to propagate error */
Note: See TracChangeset for help on using the changeset viewer.