-
Notifications
You must be signed in to change notification settings - Fork 13
Authorisations
Damien Coraboeuf edited this page Jun 6, 2016
·
2 revisions
Authorisations can be granted to the project folder generated by the Seed plug-in.
The seed configuration must define the Authorisations for the project field as a list of authorisation patterns where *
stands for the project name.
For example:
hudson.model.Item.Workspace:jenkins_*
hudson.model.Item.Read:jenkins_*
hudson.model.Item.Discover:jenkins_*
Any generated project TEST
would have a folder which is granted the Workspace
, Read
and Discover
permissions for the jenkins_TEST
group.
Empty lines and lines starting with a
#
are ignored.