Enhancement
-
Update status icon of a build when the build is finished
JENKINS-16750
-
The Plugin Manager now provides easier selection for applicable plugin updates with options to select "All", "Compatible" or "None".
The selection of "Compatible" plugins (previously "All") has been fixed to exclude all that contain any compatibility warnings.
JENKINS-56477
-
Remove misleading references to Java Web Start and JNLP from GUI surrounding inbound Jenkins agents.
pull 3998
-
Re-enable Stapler request dispatching telemetry.
pull 3999
-
Ensure that Remoting objects are being serialized only through Remoting channels.
Certain classes which were never designed for persistence in XML will no longer be serialized to disk:
FilePath
, [Stream]TaskListener
, and ProcessTree
.
JENKINS-47896
-
Developer: Make
${port}
be honored by mvn -f war hudson-dev:run
.
pull 3984
Bug fix
-
Fix some errors seen in the Linux agent installers.
JENKINS-57071
-
Make Debian/Ubuntu launcher script work with Java 11.
JENKINS-57096