Enhancement
-
Modernize the build time trend page with a time since column, a link to the console, and allow the table to be resized.
Remove the agent column from the Pipeline build trend page.
pull 9465
-
Exit the process immediately upon a boot failure when using
ExitLifecycle
.
Allow custom lifecycles to react similarly.
pull 9483
-
Display the source URL in logs when installing a plugin.
pull 9449
-
Add a user experimental flag to run Jenkins without the YUI JavaScript library. Plugin authors should enable this flag and fix any issues that result from the removal of the YUI library.
pull 9489
-
Form validation now works for
SecretTextArea
fields.
SecretTextArea documentation, pull 9450, JENKINS-73404
Bug fix
-
Change icon size in table when resizing the table.
JENKINS-73453
-
Fix the
hudson.slaves.SlaveComputer.allowUnsupportedRemotingVersions
escape hatch, which was previously not working with inbound agents.
JENKINS-73467
-
/queue/item/nnnnn/
URLs (with no api/…
suffix) now return a 200 text/plain
response to emphasize that the queue item does exist but that you would need to construct a specific query to find out more.
JENKINS-66105