Add some more Permission-Strings to the demos (#758)

This commit is contained in:
Springjunky 2019-03-07 22:20:37 +01:00 committed by Joseph Petersen
parent aed9dd9115
commit 489cf03aea
1 changed files with 20 additions and 0 deletions

View File

@ -19,6 +19,26 @@ jenkins:
authorizationStrategy:
projectMatrix:
grantedPermissions:
- "View/Delete:authenticated"
- "View/Read:authenticated"
- "View/Configure:authenticated"
- "View/Create:authenticated"
- "Job/Read:authenticated"
- "Job/Build:authenticated"
- "Job/Configure:authenticated"
- "Job/Create:authenticated"
- "Job/Delete:authenticated"
- "Job/Discover:authenticated"
- "Job/Move:authenticated"
- "Job/Workspace:authenticated"
- "Job/Cancel:authenticated"
- "Run/Delete:authenticated"
- "Run/Replay:authenticated"
- "Run/Update:authenticated"
- "SCM/Tag:authenticated"
- "Overall/Read:anonymous"
- "Overall/Administer:authenticated"
```
Some permissions depends on actual plugin-usage.
For Example: "Release/*:authenticated" is only available if you _use_ the Release plugin in one of your jobs.