Changes in / [8cc5cb0:1ca15c1]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

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