-
Bug
-
Resolution: Fixed
-
Trivial
This plugin shows in the UI some icons (with different sizes) to indicate actions. These icons are broken because its URL is wrong. i.e.
/** * {@inheritDoc} */ public String getIconFileName() { return isDeployPossible(owner) ? Jenkins.RESOURCE_PATH + "/plugin/cloudbees-deployer-plugin/images/24x24/deploy-now.png" : null; }
Why is wrong? Because the short-name of this plugin is deployer-framework not cloudbees-deployer-plugin.
[JENKINS-28894] Broken icons
Assignee | Original: Stephen Connolly [ stephenconnolly ] | New: Manuel Recena Soto [ recena ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 163758 ] | New: JNJira + In-Review [ 197308 ] |
Sent PR.