Do not remove workspaces for projects with builds in progress.
(issue 27329)
If using the Artifact Manager on S3 plugin with the (non-default) option to delete artifacts, they were not deleted when the entire build was deleted.
(issue 51819)
Don't monitor response time on offline agents.
(issue 20272)
Copying Run parameters did not work as expected as RunParameterDefinition#copyWithDefaultValue called the wrong constructor.
(issue 51650)
Restore implied dependency on JDK Tool Plugin from Apache HttpComponents Client 4 API Plugin to fix dependency problems.
(issue 51483)
Actions created from a TransientActionFactory that got attached to an item in the queue are no longer persisted, which could previously lead to duplicate actions shown for builds.
(issue 51584)
Prevent unhandled ClassCastException when loading fingerprints from corrupted files.
(issue 51179)
Do not duplicate caller stack trace when FilePath#act fails.
(issue 51082)
Fix behaviour of Advanced button when a section element is nested inside.
(issue 14632)
Developer: ComputerLauncher implementations can now set channels with a custom CommandTransport implementation.
(issue 51541)
Developer/Internal: Remove use of a Guava method deleted in later versions, which could cause problems for plugins running functional tests.
(issue 51779)
Developer API: StreamTaskListener#getCharset() now returns the default charset when it is not configured.
(issue 51971)
Developer API: Prevent NullPointerException in SlaveComputer#setChannel(Channel,OutputStream,Channel.Listener) with nullOutputStream.
(issue 51955)