Looking to upgrade?
Check the Upgrade Guide for assistance
Changes since 2.263
Major bug fix
Bug fix
-
Fix file handle leak when viewing corrupted build logs.
Upgrade Stapler from 1.260 to 1.261.
pull 5038, Stapler 1.261 changelog
-
Prevent the Build History Widget from crashing when users have Discover permissions without Read for folders.
JENKINS-63868
Enhancement
Notable changes since 2.249.3
Major bug fix
Major enhancement
Enhancement
-
SSHD module 2.7: Allow configuring disabled key exchange and MAC algorithms through system properties.
pull 4951, SSHD module 2.7 changelog
-
Improve the layout and clarity of the page displayed when jobs are not yet created.
JENKINS-63592
-
Allow users with the Jenkins/MANAGE permission to restart and safe restart Jenkins.
JENKINS-63795
-
Set
Cross-Origin-Opener-Policy
to same-origin
.
pull 4910, Cross-Origin-Opener-Policy at developer.mozilla.org
-
Improve the scripting capacity related to the API Token system.
Provide a way to configure a fixed/default API Token for admin during installation phase.
JENKINS-57484
-
Developer: Improve the combobox component to support default value and readonly mode.
pull 4939
-
Developer: Allow migration of fingerprints from local storage to external storage.
JENKINS-62757
-
Developer: Expose fingerprint range set serialization methods for plugins.
pull 4888
-
Developer: Pluggable Artifact Storage: Make the
VirtualFile
API generally available to plugin developers.
pull 4974, JEP-202
-
Developer: A
SimpleBuildStep
or SimpleBuildWrapper
can now choose not to require a workspace context (working directory and launcher).
JENKINS-46175
-
Developer: Cloud implementations are given more context about ongoing planned nodes.
Add
CloudState
to be passed to Cloud#provision
and Cloud#canProvision
methods.
pull 4922
Bug fix