Major bug fix
-
Use the saved global build discarder configuration on restart.
Jenkins 2.221 through 2.228 ignore the saved global build discarder configuration when they restart.
JENKINS-61688
-
Fix proxy form validation when a password is set (regression in 2.205).
JENKINS-61692
Enhancement
-
Update .NET version checks to be more correct for modern .NET versions.
pull 4554
-
About Jenkins management link is now accessible to users with Overall/Manage or Overall/SystemRead (as well as the usual Overal/Administer).
JENKINS-61455
-
Developer: Create symlinks atomically and log warning on failure.
JENKINS-56643
-
Developer:
Secret and ConfidentialKey implementations can now be used from unit tests without JenkinsRule.
pull 4603
Bug fix