Clang scan-build trend icon does not display

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: clang-scanbuild-plugin
    • Environment:
      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.

            Assignee:
            Josh Kennedy
            Reporter:
            Jarrod Connolly
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: