Major enhancement
Enhancement
-
Logging UI: Reorder sidepanel entries, add a note that "all log messages" will only include entries on level INFO and up.
pull 4305
-
Update the Plugin Manager Updates tab with more information about incompatible dependencies.
pull 4299
-
Build status balls on the build trend page now link to the respective build's console output.
JENKINS-17459
-
Developer: Make some methods in
ResourceDomainConfiguration
accessible from plugins.
pull 4335
Bug fix
-
Prevent permission problems when dynamically loading a plugin by making
PluginManager#start()
run as SYSTEM.
JENKINS-59775
-
Properly handle user names containing
:
characters in resource root URL tokens.
JENKINS-59859
-
Prevent
NullPointerException
when accessing the /logout
without sending cookies.
JENKINS-59904