Enhancement
-
Revert internal change that broke assumption in
ruby-runtime
in 2.91, impacting plugins based on it.
JENKINS-48116
-
Improve UI performance with long list of running builds by caching the estimated duration.
JENKINS-48350
-
Cache permission names, allowing Jenkins to recover faster after "stop-the-world" Java GC pauses.
JENKINS-48349
-
Developer: Add
AccessControlled#hasPermission(Authentication, Permission)
for convenience.
pull 3149
Bug fix
-
Prevent potential
NullPointerException
when migrating the default "All View" name for a "My Views" user property.
JENKINS-48157