-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JENKINS-72407] missing folder icon #8872
Conversation
when a folder icon is provided and relies on the getImageOf method this leads to a missing icon, e.g. gitlab branch source or when using a custom folder icon So fall back to the ballColorTd when we have no iconname which handles all cases properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I manually tested use cases reported in https://issues.jenkins.io/browse/JENKINS-72576, the fix works fine. Thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/label ready-for-merge
This PR is now ready for merge. We will merge it after ~24 hours if there is no negative feedback.
Please see the merge process documentation for more information about the merge process.
Thanks!
Hello 👋 I see in the JENKINS-72407 jira ticket that this issue is labeled with ping @MarkEWaite who merged this Pull Request. Thanks a lot for the info! |
Thanks for asking. Yes, the intent is that it should be backported to 2.440.1 along with the security fixes. The Jenkins 2.440.1 LTS release checklist is available as: There is one more pull request that is not yet merged by but that I believe should be backported to 2.440.1. |
Awesome! Thanks a lot @MarkEWaite ❤️ |
@aneveux I'd love it if you could review the other pending pull request. |
when a folder icon is provided and relies on the getImageOf method this leads to a missing icon, e.g. gitlab branch source or when using a custom folder icon So fall back to the ballColorTd when we have no iconname which handles all cases properly. (cherry picked from commit 70f2237)
when a folder icon is provided and relies on the getImageOf method this leads to a missing icon, e.g. gitlab branch source or when using a custom folder icon So fall back to the ballColorTd when we have no iconname which handles all cases properly. (cherry picked from commit 70f2237)
when a folder icon is provided and relies on the getImageOf method this leads to a missing icon, e.g. gitlab branch source or when using a custom folder icon
So fall back to the ballColorTd when we have no iconname which handles all cases properly.
See JENKINS-72407.
Testing done
Proposed changelog entries
Proposed upgrade guidelines
N/A
Submitter checklist
Desired reviewers
@mention
Before the changes are marked as
ready-for-merge
:Maintainer checklist