Looking to upgrade?
Check the Upgrade Guide for assistance
Changes since 2.375
Major bug fix
-
Prevent potential deadlocks on websocket agents.
JENKINS-69890
-
Fix Gravatar error on profile page (regression in 2.335).
JENKINS-70023
Enhancement
-
Add telemetry for activation of permissions that are not enabled by default.
JENKINS-70044
Notable changes since 2.361.4
Major enhancement
-
Update to various UI elements.
Modernize icons, navigation, and buttons.
JENKINS-65124, pull 6728, pull 6924, pull 6956, pull 6907, pull 7052, pull 7098, pull 7074, pull 7185, pull 6886, JENKINS-69032, pull 7183, pull 7182, pull 7217, pull 7216, pull 7205, JENKINS-69714, pull 7197
-
Improve breadcrumb bar accessibility.
pull 6912
-
Update the design of notifications.
pull 7049
-
Update the weather and status icons.
JENKINS-65124
Major bug fix
-
Prevent a stack overflow when loading a queue (regression in 2.361).
JENKINS-69850
Enhancement
-
Winstone 6.6: Upgrade Jetty from 10.0.11 to 10.0.12.
Remove support for OpenSSL-style PEM-encoded RSA private keys when running Jenkins with the embedded Jetty (Winstone) container and TLS.
The flags
--httpsPrivateKey
and --httpsCertificate
have been removed.
The flags --ajp13Port
and --ajp13ListenAddress
have been removed.
The flags --handlerCountMax
and --handlerCountMaxIdle
have been removed.
The flags --toolsJar
and --useJasper
have been removed.
Support HTTP/2 without the use of a custom --extraLibFolder
option.
pull 7117, JENKINS-69624, pull 7277, JENKINS-69509, Winstone 6.0 changelog, Winstone 6.1 changelog, Winstone 6.2 changelog, Winstone 6.3 changelog, Winstone 6.4 changelog, Winstone 6.5 changelog, Winstone 6.6 changelog, Jetty 10 and 11 blog post, Jetty 10.0.12 changelog, HTTPS with an existing certificate, Remove ability to load pem cert for winstone
-
Add sidebar to plugin manager, increase search bar size.
pull 6783
-
Add support for Apple's touch bar icons.
pull 6768
-
Removed: The signed
jenkins-parent-${JENKINS_VERSION}-src.zip
source archives have been removed from Artifactory for future releases.
Users who wish to download source archives for offline consumption are encouraged to do so via GitHub.
pull 7061, Artifactory, GitHub source code download
-
Display email form validation errors near the data entry field in the setup form.
JENKINS-68952
-
Show recommended actions (e.g., to update affected plugins) in security warnings popup.
pull 7046
-
Clarify safe restart won't wait for Pipeline jobs.
pull 7091
-
Allow form checker to check more than one thing at a time.
pull 6951
-
Add documentation for the
--paramsFromStdIn
and --version
command-line options.
pull 7246
Bug fix
-
Fix sorting of British currency in tables.
pull 7250
-
Improve build progress animation when refreshing parts of the history/executors widget.
JENKINS-68627
-
Fix the resize behavior of Execute Shell build steps.
JENKINS-69320
-
Fix
searchBar is null
issue in setup wizard and when using custom Jenkins headers.
JENKINS-69250
-
Ensure that temporary network partitions do not cancel the WebSocket ping thread (regression in 2.363).
pull 7195