Enhancement
-
The default connection mode for the Java CLI client is now
webSocket
.
You can specify http
to continue to use the former default (for example because you are running Jenkins in a servlet container other than the recommended builtin Jetty, or because you are running an unusual reverse proxy which does not support WebSocket).
You can also continue to specify ssh
to use SSH transport (for example because you prefer to authenticate with a private key rather than an API token), or use a native SSH client.
pull 7605
-
Upgrade bundled Winstone from 6.7 to 6.10.
Add the
excludeProtocols
option.
Improve logging during shutdown.
pull 7632, Winstone 6.10 changelog, Winstone 6.9 changelog, Winstone 6.8 changelog
Bug fix
-
Correct responsive behavior on resize of the 'About Jenkins' page.
JENKINS-70191
-
Fix the behaviour of filtering in Build History Widget.
JENKINS-70438
-
Fix behaviour of booleanRadio in a repeatable section.
JENKINS-70139
-
Fix computer links navigation consistency.
pull 7608