Bug fix
-
Revert changes in forms submission in Jenkins classic UI with Firefox have caused a regression on forms with "file" inputs.
These were made to anticipate a bugfix in Firefox which has been backed out since.
(regression in 2.173)
JENKINS-58296, JENKINS-53462, Firefox issue 1370630
Enhancement
-
Add telemetry on the use of the 'auto refresh' feature.
pull 3894
-
Add
java.util.concurrent.ConcurrentLinkedDeque
to the JEP-200 deserialization allowlist.
pull 4300
-
Developer: Introduce
Run#getBuildsOverThreshold()
method for getting runs above the desired execution result.
pull 4259