Skip to content

Commit

Permalink
[FIXED JENKINS-28132] add an impliedBy definition to release permissi…
Browse files Browse the repository at this point in the history
…on so it will be handled properly if no matrix-based security is used
  • Loading branch information
aprueller committed Mar 23, 2016
1 parent 3a0e033 commit bca8646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/release/ReleaseWrapper.java
Expand Up @@ -103,7 +103,7 @@ public class ReleaseWrapper extends BuildWrapper implements MatrixAggregatable {
/**
* Permission to trigger release builds.
*/
public static final Permission RELEASE_PERMISSION = new Permission(PERMISSIONS,"Release",Messages._ReleaseWrapper_ReleasePermission_Description(),null, PermissionScope.ITEM);
public static final Permission RELEASE_PERMISSION = new Permission(PERMISSIONS,"Release",Messages._ReleaseWrapper_ReleasePermission_Description(),Jenkins.ADMINISTER, PermissionScope.ITEM);

private static final String DEFAULT_RELEASE_VERSION_TEMPLATE = "Release #$RELEASE_VERSION";

Expand Down

0 comments on commit bca8646

Please sign in to comment.