Looking to upgrade?
Check the Upgrade Guide for assistance
Changes since 2.235
Major bug fix
-
Make plugin manager work on Internet Explorer 11 again (regression in 2.231).
issue 62163
-
Prevent telemetry warnings about missing
javax.annotation
classes when running with Java 11 (regression in 2.231).
issue 61920
-
Fix a deadlock involving custom loggers during agent startup (regression in 2.231).
issue 62181
Bug fix
-
Prevent Old Data Monitor from failing plugin loading in the case of class field unmarshalling issues.
issue 62231
Notable changes since 2.222.4
Major enhancement
-
Various improvements to the plugin manager, including:
It no longer shows all available plugins by default; use search field to find plugins.
They are now sorted by popularity by default.
Additionally, categories are no longer used to group plugins, instead they're shown as labels.
issue 61166, pull 4580, pull 4513, pull 4588, pull 4534, pull 4591, pull 4535, pull 4589, pull 4584
-
Organize entries on the Manage Jenkins page into categories and show them in a grid.
pull 4546
-
Remove 'auto refresh' feature, including now obsolete auto refresh telemetry capability.
pull 4503
-
Users with extended read permission now get a more read-only looking UI.
issue 61202, pull 4479, Read-only Jenkins Configuration blog post
-
Allow users with Overall/SystemRead permission to view About Jenkins, Manage Plugins, Global Security Configuration, and System Log.
issue 61205, issue 61201, issue 61203, issue 61207, issue 61455, issue 61208, issue 61208
-
Allow users with Overall/Manage permission to access the System Information, Prepare for Shutdown, and About Jenkins management links.
Usage Statistics in Global Configuration is now also configurable by users with that permission.
issue 61456, issue 61453, issue 61457, issue 61455
Bug fix
-
Distinguish between defined (*****) and undefined (N/A) password on read-only configuration forms for users with
Overall/SystemRead
or Item/ExtendedRead
permissions.
issue 61812
Enhancement
-
Use modern system fonts provided by the browser when possible.
Changes font size for body copy and headings to improve consistency and legibility.
issue 60921
-
Restyle buttons.
Add support for large buttons, hyperlinks styled as buttons and icon-only buttons.
issue 61840
-
Restyle the help icon.
pull 4663
-
Improve styling of alert banners to be more visually appealing and to better match existing user interface components.
Alerts now fully cover the navigation bar while they are displayed instead of covering only a portion of the navigation bar.
issue 61478
-
Suppress error stack traces for non-administrator users as core capability.
issue 60410