Enhancement
-
Remove 100 character length limitation of build description in build history widget.
JENKINS-19760, JENKINS-31209
-
Update the minimum required Remoting client version to 3.14 to simplify the implementation.
pull 4208
-
Use different computer icon for temporary offline state.
JENKINS-59283
-
Robustness: Do not allow users to resubmit requests using POST on URLs requiring a form submission, as that will fail anyway.
JENKINS-59514
-
Better diagnostics in a failure message from
Computer.getLogDir
.
pull 4226
-
Update bundled versions of Ant, PAM Authentication, Mailer, and Script Security plugins for the rare cases they're installed from bundled versions.
pull 4230
-
Update commons-compress from 1.10 to 1.19.
pull 4221, changelog
-
Update jfreechart from 1.0.9 to 1.0.19 to pick-up recent improvements and bugfixes.
pull 4229, changelog
-
Developer: Add
TcpSlaveAgentListener#getAdvertisedHost()
.
pull 4227
Bug fix
-
The
lastCompletedBuild
permalink was not being cached in the …/builds/permalinks
file.
JENKINS-56809