The stopbuilds command did nothing if the last build of the job was already finished, even while earlier builds were running.
(pull 7679)
Add copy button to Jenkins home directory.
(pull 7678)
Simplify the names of the settings in Manage Jenkins.
(pull 7661)
Adjust websocket idle timeout to 60s seconds by default to avoid "WebSocketTimeoutException: Connection Idle Timeout" issues.
Idle timeout is configurable via jenkins.websocket.idleTimeout=<timeoutInSeconds>.
(issue 69955)