Back to changelog
Changelog for 2.212
January 5, 2020
WARNING:
This release introduces a critical regression, see
JENKINS-60644
. Please avoid updating to this version.
Bug fix
Prevent Jenkins page rendering from being blocked when the update center data parsing is in progress.
JENKINS-60625
Return error when invalid string is passed as a Run status CLI argument.
pull 4212
Fix an edge case of loading optional dependencies that cause Jenkins to blow up on startup.
pull 4393
,
pull 4417
,
JENKINS-60449
Enhancement
Developer: Introduce new
AntClassLoader.getUrl()
method to prevent code duplication.
pull 4254