Skip to content

Commit

Permalink
this change is not actually needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecirioli committed Jan 3, 2025
1 parent b5b2f3f commit cd1e77e
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import hudson.DescriptorExtensionList;
import hudson.model.Descriptor;
import hudson.security.Permission;

/**
* {@link Descriptor} for {@link BuildDiscarder}.
Expand All @@ -23,10 +22,4 @@ protected BuildDiscarderDescriptor() {
public static DescriptorExtensionList<BuildDiscarder, BuildDiscarderDescriptor> all() {
return Jenkins.get().getDescriptorList(BuildDiscarder.class);
}

@Override
public Permission getRequiredGlobalConfigPagePermission() {
return Jenkins.MANAGE;
}

}

0 comments on commit cd1e77e

Please sign in to comment.