Plugin style seems broken in latest on jenkins LTS
See original GitHub issueThe current plugin release lifecycle to jenkins looks odd - there are currently 12 1.13
releases, 9 of which were released in the last 4 days.
Public releases of the plugin have been observed at https://updates.jenkins-ci.org/download/plugins/build-monitor-plugin/ and https://plugins.jenkins.io/build-monitor-plugin/#releases
The latest 1.13
release builds also seems to have styling issues (at least when used with jenkins LTS).
The plugin seems to be pushed to the jenkins update repo too often (and maybe some extra testing would be required)?
Thanks
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
UI broken for old plugins after Upgrade to LTS 2.235.1
After Upgrade the UI seems broken. It uses the yui CSS classes which are not styled correctly anymore. I know that the plug-ins...
Read more >Configure UI completely broken after upgrade to 2.264
After an update of Jenkins from 2.263 to 2.291 I faced the issues mentioned here (UI looked strange, changes in job configuration could...
Read more >Broken CSS when reloading Jenkins after a time of inactivity
Happens semi-random, but whenever I leave the Jenkins page for an amount of time and then come back and hit refresh, the CSS...
Read more >Build Pipeline plugin broken after upgrade to 2.60.1
After an upgrade to LTS 2.60.1, the pipeline plugin just stopped working: the view only displays a stack trace. The stack: org.apache.commons.jelly.
Read more >LTS Changelog - Jenkins
Improve the usability and layout of the 'Plugin Manager' page with better controls and a 'Report an issue' link for each plugin. Update...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @jan-molak and @basil,
Thanks for the info - I can confirm that the latest release/build
1.13+build.202111220004
has fixed the styling bug initially reported.I still believe that having such short release cycles makes it odd specially if you notice a bug in a release you just installed and when you rollback to the previous one (or update to the new latest) and the bug is still there - I ended up pretty “lost” to find a good release/version to rollback to so in my case and to be safe, I just revertd to the one from 1st October (i.e. 8 releases before the latest available by then).
Anyway, good work and thanks for the quick fix on #517
Thanks!
Well, code cleanup PRs and dependency updates are generally useful to merge, but spinning a dedicated release for them and forcing users to upgrade to that release when its changelog just consists of entries like “No user-visible changes” tends to annoy users. That’s why JEP-229 ignores Dependabot PRs and code cleanup (based on label) and requires PRs to be labelled as e.g. “bug” or “RFE” for continuous deployment to kick in. This seems to have struck a chord with users.
There was indeed a recent regression, but it was fixed in #517.