Major enhancement
-
Remove old, deprecated, unsupported agent protocols
Inbound TCP Agent Protocol/1
, Inbound TCP Agent Protocol/2
, and Inbound TCP Agent Protocol/3
.
Update Remoting from 3.36 to 3.40 to remove unsupported protocols and minor maintenance improvements.
JENKINS-60381, Remoting 3.40 release notes
-
Remove Enable Security checkbox in the Global Security configuration.
JENKINS-40228
Enhancement
-
Clarify that build history does not include pipeline stages.
JENKINS-59412
-
The environment variable
WORKSPACE_TMP
may now be used from (non-Pipeline) builds to access a temporary directory associated with the build workspace.
JENKINS-60634
-
Internal: Add a method in
EnvVars
that extends TreeMap.putAll()
functionality by filtering out the null
values.
JENKINS-59220
-
Internal: Allow usage of DescriptorVisibilityFilter to filter View properties on UI.
JENKINS-60579
Bug fix
-
Fix null pointer exception in Agent API when the agent is offline (e.g. retrieving agent version or OS description).
JENKINS-42658
-
Fix JavaScript error in Plugin Manager when optional dependency metadata cannot be retrieved.
Improve wording in Plugin Manager UI.
JENKINS-56152
-
Fix minor localization issues (escaping, incomplete entries, etc.).
pull 4420
-
Fix typos & spelling in Javadoc and WebUI.
pull 4418