Looking to upgrade?
Check the Upgrade Guide for assistance
Changes since 2.462
Notable changes since 2.452.4
Enhancement
-
Upgrade Commons FileUpload from 1.5 to 2.0.0-M2.
Users of the SAML Single Sign On (SSO) (
miniorange-saml-sp
) plugin should upgrade to a compatible version in lockstep with upgrading Jenkins core.
Users of the OpenText Application Automation Tools (hp-application-automation-tools-plugin
) plugin should wait for a compatible version before upgrading Jenkins core.
Apache Commons 2.0.0-M2 release notes
-
Refresh the 'New item' page.
pull 9111
-
Move Add description to app bar.
pull 9271
-
Add download option to Console output, move View as plain text and Copy buttons to app bar.
pull 9169
-
Remove Disable project button from project view.
pull 9287
-
Refresh the style of alerts.
pull 9115
-
Improve the edit build information page.
pull 9132
-
Avoid jumping layout due to tooltips.
JENKINS-73158
-
Refine button appearances in sidebars, menus, pages and breadcrumbs.
pull 9367
-
Adjust heading weights and sizes.
pull 9366
-
Display how many users there are on the Users page.
pull 9221
-
Improve the performance of JSON parsing.
json-lib PR 30
-
Improve the performance of file compression and decompression.
pull 9312
-
Improve startup performance when jobs have been created via REST API or command line interface.
JENKINS-64356
-
Remove ASM dependencies from core.
JENKINS-73046
-
The
webappsDir
argument to run Winstone with a directory full of WAR files has been removed without replacement.
Winstone 6.19 changelog
-
Allow pipeline jobs to run when built-in node is offline.
JENKINS-53958
Bug fix
-
Adjust side panel sizes for certain screens like iPad Pro.
JENKINS-70246
-
Installed plugin view no longer jumps during first load.
JENKINS-69588
-
Fix status icon animation display on Safari.
JENKINS-72845
-
Remove tooltip when a widget is refreshed.
JENKINS-72744
-
Honor readonly mode when displaying enumerations on pages.
JENKINS-72854
-
After reconfiguring a static inbound agent in the GUI using fields such as WebSocket, deprecated in 2.440.x, the suggested launch instructions would incorrectly include
tunnel
(with no argument) even if that field had been left blank.
JENKINS-73011
-
Fix the
WorkspaceCleanupThread
to consider workspaces with suffixes even if the original is nonexistent.
Reduce the number of remoting calls made by WorkspaceCleanupThread
.
JENKINS-65829
-
Work around an upstream issue that could cause a hang in rare cases when two users load a configuration screen of the same type at the same time.
JENKINS-60997
-
Handle svg cleanup via an xml document to avoid broken symbols.
JENKINS-73156
-
Treat lines of text (mainly in build logs) as completed by a single carriage return in addition to a newline or carriage return plus newline, avoiding an out of memory error if a large number of such lines are printed in sequence.
JENKINS-73090
-
Add new CSS classes to avoid conflicts with CSS classes from bootstrap.
JENKINS-73114