Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[FIXED JENKINS-9997] Use Jenkins root path when accessing images.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jun 16, 2011
1 parent 3b4fdc0 commit 2233337
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -297,7 +297,7 @@ private String getImage(final String image) {
rootUrl = StringUtils.EMPTY;
}
else {
rootUrl = hudson.getRootUrlFromRequest();
rootUrl = hudson.getRootUrl();
}

return rootUrl + "/plugin/findbugs/icons/" + image;
Expand Down

0 comments on commit 2233337

Please sign in to comment.