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

Clang scan-build trend icon does not display

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • clang-scanbuild-plugin
    • Jenkins ver. 1.636
      clang-scanbuild-plugin 1.8
      jenkins as WAR with apache in front

      This plugin gets built named "clang-scanbuild" as its shortname defined in the build.gradle file.

      shortName = 'clang-scanbuild'
      

      The file ClangScanBuildUtils.java has the following definition which is uses to location the plugin icons:

      public static final String SHORTNAME = "clang-scanbuild-plugin";
      public static String getIconsPath(){
      	return "/plugin/" + SHORTNAME + "/icons/";
      }
      

      This causes the icon path to be incorrect and the icon to 404 in the sidebar for the "Clang scan-build trend" link.

            jkennedy1980 Josh Kennedy
            jarrod Jarrod Connolly
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: