Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-13413

Git icon(git-48x48.png) missing in job page.

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • git-plugin
    • None
    • Git Plugin 1.1.17
      Tomcat 7

    Description

      After updating to Git Plugin 1.1.17, Git icon is missing in job page.

      Attachments

        Issue Links

          Activity

            darkv Johann Werner added a comment -

            The image source URL is broken, the img element on the page is

            <img height="48" style="margin-right:1em" alt="" width="48" src="/jenkins/jenkins/static/a879b67f/plugin/git/icons/git-48x48.png">

            note the double jenkins "/jenkins/jenkins/..."

            darkv Johann Werner added a comment - The image source URL is broken, the img element on the page is <img height="48" style="margin-right:1em" alt="" width="48" src="/jenkins/jenkins/static/a879b67f/plugin/git/icons/git-48x48.png"> note the double jenkins "/jenkins/jenkins/..."

            Code changed in jenkins
            User: Seiji Sogabe
            Path:
            src/main/resources/hudson/plugins/git/util/BuildData/summary.jelly
            http://jenkins-ci.org/commit/git-plugin/8fa49dbbeef801344af9bc3135b48c481d2f5857
            Log:
            [FIXED JENKINS-13413] Git icon(git-48x48.png) missing in job page.

            <t:summary> supports cached static resources since 1.463.

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Seiji Sogabe Path: src/main/resources/hudson/plugins/git/util/BuildData/summary.jelly http://jenkins-ci.org/commit/git-plugin/8fa49dbbeef801344af9bc3135b48c481d2f5857 Log: [FIXED JENKINS-13413] Git icon(git-48x48.png) missing in job page. <t:summary> supports cached static resources since 1.463.

            Code changed in jenkins
            User: Nicolas De loof
            Path:
            src/main/resources/hudson/plugins/git/util/BuildData/summary.jelly
            http://jenkins-ci.org/commit/git-plugin/85d046fadc3e2689a73fa2e3891a111d4d4f4939
            Log:
            Merge pull request #67 from ssogabe/JENKINS-13413

            [FIXED JENKINS-13413] Git icon(git-48x48.png) missing in job page.

            Compare: https://github.com/jenkinsci/git-plugin/compare/ebfca93...85d046f

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Nicolas De loof Path: src/main/resources/hudson/plugins/git/util/BuildData/summary.jelly http://jenkins-ci.org/commit/git-plugin/85d046fadc3e2689a73fa2e3891a111d4d4f4939 Log: Merge pull request #67 from ssogabe/ JENKINS-13413 [FIXED JENKINS-13413] Git icon(git-48x48.png) missing in job page. Compare: https://github.com/jenkinsci/git-plugin/compare/ebfca93...85d046f
            dogfood dogfood added a comment -

            Integrated in plugins_git-plugin #326
            [FIXED JENKINS-13413] Git icon(git-48x48.png) missing in job page. (Revision 8fa49dbbeef801344af9bc3135b48c481d2f5857)

            Result = SUCCESS
            Seiji Sogabe : 8fa49dbbeef801344af9bc3135b48c481d2f5857
            Files :

            • src/main/resources/hudson/plugins/git/util/BuildData/summary.jelly
            dogfood dogfood added a comment - Integrated in plugins_git-plugin #326 [FIXED JENKINS-13413] Git icon(git-48x48.png) missing in job page. (Revision 8fa49dbbeef801344af9bc3135b48c481d2f5857) Result = SUCCESS Seiji Sogabe : 8fa49dbbeef801344af9bc3135b48c481d2f5857 Files : src/main/resources/hudson/plugins/git/util/BuildData/summary.jelly
            jhansche Joe Hansche added a comment -

            This appears to still be happening, except now it's duplicating the cacheable "static/<hash>/" part:

            <img height="48" style="margin-right:1em" alt="" width="48" src="/static/1d072716/static/1d072716/plugin/git/icons/git-48x48.png">

            The image exists at "/static/1d072716/plugin/git/icons/git-48x48.png", but the prefix is being added twice, so it's still a 404.

            jhansche Joe Hansche added a comment - This appears to still be happening, except now it's duplicating the cacheable "static/<hash>/" part: <img height= "48" style= "margin-right:1em" alt= "" width=" 48 " src=" / static /1d072716/ static /1d072716/plugin/git/icons/git-48x48.png"> The image exists at " /static/1d072716/plugin/git/icons/git-48x48.png ", but the prefix is being added twice, so it's still a 404.
            sogabe sogabe added a comment -

            Not released yet.

            sogabe sogabe added a comment - Not released yet.
            mburger Martin Burger added a comment -

            Are there any plans on when to make a new release that would include this fix?

            mburger Martin Burger added a comment - Are there any plans on when to make a new release that would include this fix?

            People

              sogabe sogabe
              sogabe sogabe
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: