-
Bug
-
Resolution: Fixed
-
Major
-
None
The icon image src URL is using ${hudson_url} + related path, like:
<img src="http://XXX:XXX/hudson///plugin/log-parser/images/red.gif" style="margin: 2px;" width="24" alt="" height="24">
It's suggested to change to related path, like :
<img src="/hudson///plugin/log-parser/images/red.gif" style="margin: 2px;" width="24" alt="" height="24">
- is duplicated by
-
JENKINS-19283 Parsed console output uses absolute url's
- Closed
-
JENKINS-10444 The log-parser plugin result page(s) contain absolute paths instead of relative paths
- Closed
-
JENKINS-25644 log parser image urls don't respect the jenkins base url
- Closed