Re: Stop logged in users from cancelling a queued job

2019-05-19 Thread Mahendra Tripathi
Hi, Have already set up the permissions in that way told in your link. I think that I might not have been clear on the issue here. What I want is that all my developer can build the job but not cancel it. I have not provided the cancel permissions to the user but still, he/she is able to cancel it

Re: Stop logged in users from cancelling a queued job

2019-05-17 Thread Diego Kober
On my setup here, our users authenticate on Jenkins using AD, and i use the Role Strategy Plugin to manage what each user can or can't do. Follow this helpful link i've used, when first setting this up: https://medium.com/modern-s

Stop logged in users from cancelling a queued job

2019-05-17 Thread Mahendra Tripathi
Hi, I am able to see that one of my authenticated use(don't know which one) kills the jobs in my Jenkins queue. I wanted to know if I can either get the system from which this request was made IP or hostname or if I can stop the user from doing so altogether. I need urgent help on this. regard