Major bug fix
-
Fix a deadlock involving custom loggers during agent startup (regression in 2.231).
JENKINS-62181
Enhancement
-
Support Bearer tokens in Jenkins-CLI
-auth
parameter.
pull 4673
-
Add system read support for 'Node Monitoring Configuration' and configuring clouds.
JENKINS-61206
-
Add Agent/ExtendedRead support for viewing agent configuration, system information, and logs.
JENKINS-61206
-
Fix a thread safety issue in
Computer#getLogDir
.
pull 4730
-
Revamp the sidebar task list with improved aesthetics and accessibility.
JENKINS-61973
-
Allow users with Overall/Manage permissions to reload configuration from disk.
JENKINS-61458
-
Developer: Add support for the
permissions
attribute to task.jelly
.
JENKINS-61206
-
Developer: Add
hasAnyPermissions
API to Functions
to allow it to be called by views.
JENKINS-61206
-
Developer: Add non-deprecated Jenkins core library dependencies to the BOM.
pull 4702