Enhancement
-
Allow searching by build parameter values in the
Build History
widget.
JENKINS-40718
-
Searching in the
Build History
widget takes into account user preferences (case sensitivity by default).
pull 2683
-
When creating temporary files, use the
jenkins
prefix instead of the old hudson
one.
pull 2778
-
Windows services: Enable Runaway Process Killer by default in new agent and controller installations.
JENKINS-39231
-
Windows services: Enable auto-upgrade of Remoting on newly installed agents if they are connected by HTTPS.
JENKINS-39237
-
Windows services: Add support of shared directories mapping in Windows agent services.
Shared Directory Mapper documentation
-
Windows services: Change the default Agent service display name prefix to
Jenkins agent %ID%
.
JENKINS-42468
-
Select controls in Jenkins Web UI now show the spinner icon while waiting for the list of possible options during AJAX. requests.
JENKINS-42443
-
Improve plugin access performance in the default
PluginManager
implementation.
JENKINS-42585
-
Internal API: Allow providing a custom task name in Run/Schedule UI via the
AlternativeUiTextProvider
extension.
JENKINS-34522
Bug fix
-
Fix relative links in the SCM polling administrative monitor.
pull 2780
-
Update Remoting from
3.5
to 3.7
in order to prevent file descriptor leaks on agents in the case of multiple connection attempts.
full changelog
-
Windows services: Prevent agent connection reset issues when WinSW gets terminated due to the system shutdown.
JENKINS-22692
-
Windows services: Integrate various stability and performance fixes in Windows Service Wrapper from
1.18
to 2.0.2
. There are many fixes around configuration options and process termination.
full changelog
-
Prevent file descriptor leaks when Windows Service installer fails to read data from the service startup log.
JENKINS-42670
-
Search results page did not correctly encode query parameters.
JENKINS-42390
Major enhancement