Can I make it so only certain jobs are visable to certain users

2015-02-20 Thread Eric Wood
I've been asked to create a Jenkins instance that would be opened up to several of our clients so they can log in and run jobs that impact only their environment.  I am unaware of how to securely segment jobs so only certain jobs are visible to certain clients.  Internally I use Role-Base

Re: Can I make it so only certain jobs are visable to certain users

2015-02-20 Thread Luís Borges de Oliveira
On 20-02-2015 13:25, Eric Wood wrote: I've been asked to create a Jenkins instance that would be opened up to several of our clients so they can log in and run jobs that impact only their environment. I am unaware of how to securely segment jobs so only certain jobs are visible to certain

Re: Can I make it so only certain jobs are visable to certain users

2015-02-20 Thread Daniel Beck
You can continue using Role Strategy. Just define a new role with global permission Overall/Read only (so they can access Jenkins and log in), and then add access selectively per project. Your existing users then probably need to get a new role that grants them Job/Read globally. On