Changeset 8c8c2d9 for Jenkinsfile


Ignore:
Timestamp:
Jun 8, 2016, 2:27:20 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
5c6768e
Parents:
a235d09
Message:

Forgot to rename variable in jenkins file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    ra235d09 r8c8c2d9  
    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.