-
Bug
-
Resolution: Unresolved
-
Minor
-
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.
[JENKINS-40236] Clang scan-build trend icon does not display
Description |
Original:
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. |
New:
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. |
Description |
Original:
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. |
New:
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: {code:java} public static final String SHORTNAME = "clang-scanbuild-plugin"; public static String getIconsPath(){ return "/plugin/" + SHORTNAME + "/icons/"; } {code:xml} This causes the icon path to be incorrect and the icon to 404 in the sidebar for the "Clang scan-build trend" link. |
Description |
Original:
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: {code:java} public static final String SHORTNAME = "clang-scanbuild-plugin"; public static String getIconsPath(){ return "/plugin/" + SHORTNAME + "/icons/"; } {code:xml} This causes the icon path to be incorrect and the icon to 404 in the sidebar for the "Clang scan-build trend" link. |
New:
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: {code} public static final String SHORTNAME = "clang-scanbuild-plugin"; public static String getIconsPath(){ return "/plugin/" + SHORTNAME + "/icons/"; } {code} This causes the icon path to be incorrect and the icon to 404 in the sidebar for the "Clang scan-build trend" link. |
Description |
Original:
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: {code} public static final String SHORTNAME = "clang-scanbuild-plugin"; public static String getIconsPath(){ return "/plugin/" + SHORTNAME + "/icons/"; } {code} This causes the icon path to be incorrect and the icon to 404 in the sidebar for the "Clang scan-build trend" link. |
New:
This plugin gets built named "clang-scanbuild" as its shortname defined in the build.gradle file. {code} shortName = 'clang-scanbuild' {code} The file ClangScanBuildUtils.java has the following definition which is uses to location the plugin icons: {code} public static final String SHORTNAME = "clang-scanbuild-plugin"; public static String getIconsPath(){ return "/plugin/" + SHORTNAME + "/icons/"; } {code} This causes the icon path to be incorrect and the icon to 404 in the sidebar for the "Clang scan-build trend" link. |