[ 
https://issues.jenkins-ci.org/browse/JENKINS-13949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163437#comment-163437
 ] 

ryan shoemaker commented on JENKINS-13949:
------------------------------------------

Looks like there's a typo in the resource path:


src/main/java/hudson/plugins/git/util/BuildData.java:        return 
Functions.getResourcePath()+"/plugin/git/icons/git-32x32.png";
src/main/resources/hudson/plugins/git/util/BuildData/summary.jelly:     
<t:summary icon="/plugin/git/icons/git-48x48.png">


"plugin" should be "plugins"
                
> Broken image in job summary with github and git plugins
> -------------------------------------------------------
>
>                 Key: JENKINS-13949
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13949
>             Project: Jenkins
>          Issue Type: Bug
>          Components: git, github
>            Reporter: Sean Reilly
>            Assignee: Nicolas De Loof
>
> When looking at a specific job for a jenkins build (such as 
> http://host:8080/job/TheJob/42/) that was caused by a github commit, the git 
> icon next to the revision is broken. The url for the icon is listed as 
> /static/a7eba5fd/static/a7eba5fd/plugin/git/icons/git-48x48.png — I suspect 
> it should be /static/a7eba5fd/plugin/git/icons/git-48x48.png.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to