I was wondering how others handle rights management with the [Role
Strategy
Plugin](http://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin):
Job creation is handles via the Global Role, which makes sense as
per-project roles are only applicable once a job has been created.
The other job rights (Del, Cfg, Read, Workspace) can be handled via
Project roles.
Now, this means a user that only has the global create right, but not
the global Del/Cfg/Read right, can create jobs he then can neither view
nor edit. This makes little sense obviously(?).
So: If a user has the global Create right, should one always give him
also Global Del/Cfg/Read (at least read, lest he be completely confused)??
Other ideas?
cheers,
Martin
Thanks for sharing!
The job-creator is a good idea. As our server is still small, it's still
the same as the admin role here, but it will hopefully become useful as
soon as we put other projects onto Jenkins.
cheers,
Martin