Enhancement
-
Add a copy to clipboard button to the Jenkins error page.
pull 10712
-
Complete the Japanese translation for
keepDependencies help file.
pull 10366
-
When running in Jetty (when using
java -jar jenkins.war, the default), set the SameSite attribute for cookies to provide additional protection from some CSRF vulnerabilities.
By default this sets the attribute to Lax.
This can be changed by setting the Java system property jenkins.security.JettySameSiteCookieSetup.sameSiteDefault.
Users of Microsoft Entra ID (previously Azure AD) Plugin are advised to update the plugin to version 580.v2f665882b_a_71 or newer at the same time.
pull 10630, Jenkins features controlled by system properties
-
Use the Jenkins color palette for CodeMirror.
pull 10687
-
Allow the Views tab bar to be configured per user.
pull 10379
Bug fix
-
Do not close the dropdown menu when hovering over the submenu of the dropdown menu.
JENKINS-75635