Changeset 296952d for Jenkins


Ignore:
Timestamp:
Aug 11, 2016, 5:10:22 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, 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:
5a11e07, 6f7424a
Parents:
ce2fed5
Message:

Fixed error propagation in jenkins fullBuild script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    rce2fed5 r296952d  
    1717                propagate: false
    1818
    19         echo(result.result)
    20         if(result.result != 'SUCCESS') {
     19        if(result.result == 'SUCCESS') {
     20                echo(result.result)
     21        }
     22        else {
     23                error(result.result)
    2124                sh("wget -q -O - ${result.absoluteUrl}/consoleText")
    2225        }
Note: See TracChangeset for help on using the changeset viewer.