Add telemetry for basic Java system properties describing the environment.
(pull 8787)
Turkish localization fixes for build, login, and user management pages.
(pull 8631)
Fix a minor memory leak in a Remoting log statement.
Add forward proxy support for WebSocket.
Support custom certificate options for WebSocket.
(pull 8643)
Remove build timeline widget from the build history pages of views, jobs, and agents.
(issue 60866)
More consistently report errors launching outbound agents.
(pull 8675)
Stop recommending JNLP URL in agent launch instructions.
(pull 8639)
Deprecate all configurable options in Launch agent by connecting it to the controller (inbound in JCasC), as these are only useful in conjunction with the deprecated jnlpUrl mode.
(pull 8762)
The jnlpUrl ${JENKINS_URL}/computer/${AGENT_NAME}/jenkinsagent.jnlp argument to the agent JAR has been deprecated.
Use url ${JENKINS_URL} and name ${AGENT_NAME} instead, potentially also passing in webSocket, tunnel, and/or work directory options as needed.
(pull 8773)
Removed deprecated and unused class UserProperties.
(pull 8679)
Deactivate the administrative monitor when all previously offline agents are again online.
(issue 72159)
Prepare node monitors to work with configuration as code.
(issue 64816)
Allow configuration of disk thresholds globally and for each agent.
Improve the warning when disk space is too low.
Ensure agents are taken offline when disk space is low.
(issue 72009)
Fail fast when attempting to load a broken plugin that contains the Jenkins test harness in production.
(pull 8714)
Do not show option to copy items when there are no items visible.
(issue 72443)
Display correct time zone in build history.
(issue 71965)
The tunnel property on an inbound agent was inadvertently broken for JCasC usage in 2.437.
It remains deprecated and usages should be deleted (regression in 2.437).
(pull 8793)
Fix SimpleScheduledRetentionStrategy on inbound agents.
Allow suspended inbound agents to again accept tasks when they are reconnected and the configured scheduling policy is enabled.
(issue 72370)
Remove code that may have caused an agent-side hang under a rare race condition.
(Remoting PR 713)
Reduce the likelihood of thread creation errors on agents.
(Remoting PR 717)