Changeset 2aaabbd


Ignore:
Timestamp:
Jun 8, 2016, 2:39:17 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:
e034675
Parents:
abc26975
Message:

fixed stupid naming mistake in Jenkinsfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rabc26975 r2aaabbd  
    165165//Routine responsible of sending the email notification once the build is completed
    166166//===========================================================================================================
    167 def promote_email(boolean promote, boolean success, String status, boolean log) {
     167def notify_result(boolean promote, boolean success, String status, boolean log) {
    168168        if(promote)     {
    169169                if( !success ) {
Note: See TracChangeset for help on using the changeset viewer.