Skip to content

Commit

Permalink
Lift Beta constraint from Jenkins.MANAGE permission (#10183)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisstern authored Jan 22, 2025
2 parents 99a3143 + 1f8edd4 commit cb4ae48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/jenkins/model/Jenkins.java
Original file line number Diff line number Diff line change
Expand Up @@ -5814,7 +5814,6 @@ public boolean shouldShowStackTrace() {
*
* @since 2.222
*/
@Restricted(Beta.class)
public static final Permission MANAGE = new Permission(PERMISSIONS, "Manage",
Messages._Jenkins_Manage_Description(),
ADMINISTER,
Expand Down

0 comments on commit cb4ae48

Please sign in to comment.