Changes in Jenkins/FullBuild [27474a7:6fd8b0f]
- File:
-
- 1 edited
-
Jenkins/FullBuild (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
r27474a7 r6fd8b0f 87 87 88 88 if(result.result != 'SUCCESS') { 89 sh("wget -q -O - http://localhost:8084/jenkins/job/Cforall/job/master/${result.number}/consoleText")89 sh("wget -q -O - ${result.absoluteUrl}/consoleText") 90 90 error(result.result) 91 91 }
Note:
See TracChangeset
for help on using the changeset viewer.