OK,

>From looking through the source code I found that the following file:
  
C:/Jenkins/plugins/extra-columns/web-inf/lib/classes.jar/jenkins/plugins/extracolumns/TestResultColumn/column.jelly

Contains:
  <a href="${job.url}lastCompletedBuild/${tr.urlName}/">

I don't know if the value of ${job.url} has changed recently, but looking 
at a standard Jenkins column (BuildButtonColumn), I can see:
  <a href="${jobBaseUrl}${job.shortUrl}build?delay=0sec">

So I've changed the .jelly file to match "${jobBaseUrl}${job.shortUrl}" and 
hey presto it works (for now).

Lakey

On Thursday, 26 June 2014 13:09:05 UTC+10, Lakey wrote:
>
> Hi,
>
> I've just updated Jenkins to 1.569 and think there is a problem with the 
> link to the "Test Result", shown by the "Extra Columns" plugin. Just 
> wondered if anyone else had experienced this?
>
> Essentially, the link in a view list is:
>   jenkins:8080/view/ViewName/*view/viewName*
> /job/jobName/lastBuild/testReport
>
> The extra "view/viewName" is causing a 404.
>
> Lakey
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to