Changes in / [1ca15c1:8cc5cb0]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

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