promoted-builds-plugin
promoted-builds-plugin copied to clipboard
[JENKINS-68320] Fix: use modern Jenkins icon for failed promotions in build history panel
Fix for the missing Jenkins error icons for failed promotions in build history panel. I've removed references to error.png
file and replaced them with l:icon
declarations.
Before
After
See JENKINS-68320.
Your checklist for this pull request
- [x] Pull request title represents the changelog entry which will be used in Release Notes. JIRA issue is a part of the title (see existing PRs as examples)
- [x] Please describe what you did. Short summary for reviewers. If the change involves WebUI, add screenshots
- [x] Link to relevant Jenkins JIRA issues or pull requests
- [ ] Test automation, if relevant. We expect autotests for all new features or complex bugfixes
- [ ] Documentation if relevant (new features). We want to use Documentation-as-Code, just put docs to README or to new Doc files
- [ ] Javadoc for new APIs. Any public/protected method is considered as API unless annotated by
Restricted
(docs)
CC
@oleg-nenashev