Looking to upgrade?
Check the Upgrade Guide for assistance
Changes since 2.555
Enhancement
Bug fix
-
Fix multibranch Pipeline scan from parent folder (regression in 2.547).
issue 26516
Notable changes since 2.541.3
Major enhancement
Enhancement
-
Enables the
Overall/Manage permission by default.
This permission when granted to users allows them to configure certain parts of Jenkins' global configuration without the ability to execute arbitrary code.
pull 23873
-
API tokens with expiration date.
pull 23859
-
Allow entirely disabling CSP headers to work around unusual Jenkins configurations resulting in excessive HTTP response header lengths.
pull 23915
-
No longer include the client IP address in CSRF protection token ("crumb") calculation. Effectively, the behavior is the same as if the (now removed) "Enable proxy compatibility" option were always checked.
pull 25918
-
Bump the minimum supported
remoting.jar version to 3176.v207ec082a_8c0.
pull 26034
-
Revamp Clouds page.
pull 26315
Bug fix
-
Fix sidebar navigation for non-ASCII localized section headers.
pull 26068
-
Fix a 404 error when clicking plugin names on the “License and dependency information for plugins” page.
pull 26029
-
Fix primary button text color in administrative monitors.
pull 26212
-
Fix progressive rendering progress calculation.
pull 26235
-
Redirect to the correct URL when creating log recorders with non-ASCII names.
JENKINS-26318
-
Do not fail builds when the tool installation directory is readonly.
JENKINS-16005