Changes in / [8cc5cb0:1ca15c1]
- File:
-
- 1 edited
-
Jenkins/FullBuild (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
r8cc5cb0 r1ca15c1 17 17 propagate: false 18 18 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") 23 23 error(result.result) 24 sh("wget -q -O - ${result.absoluteUrl}/consoleText")25 24 } 26 25 }
Note:
See TracChangeset
for help on using the changeset viewer.