-
Notifications
You must be signed in to change notification settings - Fork 162
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-68022] Fix icon usage #124
Conversation
This is required to be able to work on modern core version of Jenkins.
Hi, |
Also running into this... Unfortunately I was not able to build this locally due to some access-modifier-checker error. It looks like I'm getting the same error as the failing build:
|
As interrim workaround I copied all the images into the required folder, but this is not a good solution. When can we expect a fix? |
Sorry for pinging about this, bit is there any update on this? |
I've temporarily done the same thing. Is there any update on this? |
For anyone else wanting to restore it as previous people mentioned they did, if you go download some say 2xx build of jenkins .war file, extract the files with unzip blah.war then delete any svg's in the images folder then update your current war with the svg part is important to not overwrite any existing svg's or itll break the verification from web-inf folder. |
Hi, is there any intention on merging this PR? |
@dalvizu would you be able to review this PR and potentially merge it and release the plugin? It seems that this fix would help users. |
Any chance for a release? |
@gluehbirnenkopf @PK89SC @ravindrareddy-cht Any idea when this fix will be merged and released? It's annoying. |
Any idea when this going to be released? |
Hi, Is there any plans on this PR being merged ? I would really like to help out here if needed. Please let me know. |
@alexhass , @kumadee, @zia-aws, and @arpit-patel1 the fix is unlikely to be released unless one or more of you adopt the plugin, merge the fix, and release a new version of the plugin. There are now two other pull requests that build on the work in this pull request. Those pull requests make it easier for someone to adopt the plugin. |
Cherry picked and merged in #126 |
Released in 2.0.0 |
Thanks very much @dalvizu ! |
Since Jenkins
2.337
and jenkinsci/jenkins#5778, the PNG icons were removed from Jenkins core. Only SVG files remains.With this PR, I propose a fix to use the image correctly on recent versions of Jenkins. See the before in JENKINS-68022
Sadly, the first commit was mandatory here to be able to start the plugin locally, and so anyone can test the changes.
After: