Re: Disable build buttons to everyone except some users

2019-07-28 Thread Jan Monterrubio
There’s a security plugin that lets you control a whole bunch of things. It might be default install and under the Configure security menu Maybe the project matrix authorization plugin will do what you want. https://wiki.jenkins.io/plugins/servlet/mobile?contentId=69763858#content/view/69763858

Disable build buttons to everyone except some users

2019-07-28 Thread Vijay Gongle
Hi, Our Jenkins is set up in such a way that everyone has build access to all the jobs. How can I restrict the build access to everyone except few admin users so that not everyone has permissions to build the job. Thanks in advance. Vijay -- You received this message because you are subsc

Can I store Shell commands in Git for a Jenkins job and run that job which needs these scripts

2019-07-28 Thread Vijay Gongle
Hi, I have a Jenkins freestyle/Maven job which has a bunch of shell script in the post steps written. Can I store these scripts in the Git and use it when someone runs the proejct. Note: SCM is configured with its appropriate repo url where the actual code is pulled. And these shell scripts

Re: Jenkins printing every remote branch on all builds [JENKINS-22794]

2019-07-28 Thread Jordan Sokolic
Mark, That seems to have done the trick. I did in fact have the system property set as a Jenkins argument. Moving it from JENKINS_ARGS to JAVA_ARGS in the environment file fixed the issue. Thank you very much! Jordan On Saturday, July 27, 2019 at 2:54:15 PM UTC+3, Mark Waite wrote: > > Sanjay