Re: Jenkins restrict what nodes a Job can run on

2017-08-15 Thread Matt Wilson
Thanks guys, I'll take a look at the ownership/Job restrictions plugins. That might be something that could work. I'll have to shy away from the Authorize plugin for now as it doesn't play nice with some other plugins and breaks some major credential pugins functionality (or at least it did, m

Re: Jenkins restrict what nodes a Job can run on

2017-08-15 Thread Oleg Nenashev
There are few more simple ways if you just need this feature: - Use Authorize Project plugin to assign authentication to your builds. Then Just set Computer/Build permissions for you nodes (Can be done in Role Strate

Re: Jenkins restrict what nodes a Job can run on

2017-08-15 Thread Victor Martinez
https://wiki.jenkins.io/display/JENKINS/Ownership+Plugin might help you to define who owns those nodes/jobs and so on. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an e

Jenkins restrict what nodes a Job can run on

2017-08-15 Thread Matt Wilson
Is there a way to restrict or lockout the "restrict where this project can be run" selection box for users with config access? I've got certain users where it would be nice to give them some configuration control of their job, but I really need to keep them off certain slaves. i.e. I would cre