Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r843002c9 r6fd8b0f  
    8787
    8888        if(result.result != 'SUCCESS') {
    89                 sh("wget -q -O - http://localhost:8084/job/Cforall/job/master/${result.number}/consoleText")
     89                sh("wget -q -O - ${result.absoluteUrl}/consoleText")
    9090                error(result.result)
    9191        }
Note: See TracChangeset for help on using the changeset viewer.