Skip to content

Commit

Permalink
Merge pull request #16 from aprueller/master
Browse files Browse the repository at this point in the history
[FIXED JENKINS-28132] add an impliedBy definition to permission
  • Loading branch information
oleg-nenashev committed Sep 28, 2016
2 parents a7c8573 + bca8646 commit 137c807
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 137c807

Please sign in to comment.