|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

If it will help:
When contextPath is not empty urls looks like /jenkins//plugin/jobConfigHistory/img/confighistory.png ( it just fools browsers )
but url should look like : /jenkins/static/c582a0ff/plugin/jobConfigHistory/img/confighistory.png
for some reason plugins icons path is not striped from leading slash and is ignored by task.jelly
<j:set var="icon" value="${rootURL}${icon.startsWith('images/') || icon.startsWith('plugin/') ? h.resourcePath : ''}/${icon}"/>