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