shanbin / scoverage-plugin

Jenkins scoverage plugin for Scala code coverage
https://wiki.jenkins-ci.org/display/JENKINS/Scoverage+Plugin
MIT License
6 stars 19 forks source link

Wrong link to the scoverage report in the image in jenkins #17

Open jcranky opened 7 years ago

jcranky commented 7 years ago

The picture shows what we have, Link 1 works, Link 2 is broken. Aparently the root of the problem is on the floatingBox.jelly file, on the line 33:

<a href="${app.rootUrl}job/${it.name}/scoverage"><img src="scoverage/trendGraph/png"/></a>

Not sure how to fix that though.

selection_005

shanbin commented 7 years ago

Is this a matrix project?

jcranky commented 7 years ago

I'm not sure, I'll try to find out. Are you referring to this: https://wiki.jenkins-ci.org/display/JENKINS/Matrix+Project+Plugin ?

shanbin commented 7 years ago

Yes, that's what I was referring.

jcranky commented 7 years ago

Sorry for the slow reply, I was on vacation :) Yes, we are using the matrix plugin.