Details
-
Type:
Improvement
-
Status: In Progress (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: role-strategy-plugin
-
Similar Issues:
Description
Currently, the "role strategy" plugin allows you to restrict access to jobs, based on a job-name pattern, using "Project roles". The following permissions are available:
Delete Configure Read Discover Build Workspace Cancel
However, I can't give a user permissions to create only jobs that match a certain job-name pattern. "Job Create" privilege is a "Global Role", not a "Project Role".
Can this be fixed?
Attachments
Issue Links
- depends on
-
JENKINS-23127 broken ProjectNamingStrategy Extension
-
- Resolved
-
ok thanks! Got it. The help text on the project name verifier config was a bit misleading. Noticed that even though it disables the user to configure or run that job that does to follow the pattern, the job still gets created. Would have been neat if it would give an error and not generate unnecessary jobs.