Changeset ddf377e for Jenkinsfile


Ignore:
Timestamp:
Jun 8, 2016, 3:12:59 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:
8c7994d9
Parents:
e034675
Message:

Jenkinsfile - Testing whether boolean and boolean parameters are different

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    re034675 rddf377e  
    164164        finally {
    165165                //Send email with final results
    166                 notify_result(promoteBuild2DoLang, err != null, currentBuild.result, log_needed)
     166                notify_result(promoteBuild2DoLang == true, err != null, currentBuild.result, log_needed)
    167167
    168168                /* Must re-throw exception to propagate error */
Note: See TracChangeset for help on using the changeset viewer.