Re: Run Jenkins under different Linux user

2013-02-27 Thread Sami Tikka
It depends on how you installed Jenkins. If you used the Jenkins Debian package, you probably want to check /etc/default/jenkins. -- Sami mwpowellhtx kirjoitti 27.2.2013 kello 13.33: > Hello, > > I've installed under Ubuntu Linux and have the service running as > "anonymous". I want it to ru

Re: Run Jenkins under different Linux user

2013-02-27 Thread Octavian Covalschi
Yes, defining those inside the script should be enough. On Wed, Feb 27, 2013 at 5:33 AM, mwpowellhtx wrote: > Hello, > > I've installed under Ubuntu Linux and have the service running as > "anonymous". I want it to run under a jenkins user, and set the home > to something other than /var/lib/pa

Run Jenkins under different Linux user

2013-02-27 Thread mwpowellhtx
Hello, I've installed under Ubuntu Linux and have the service running as "anonymous". I want it to run under a jenkins user, and set the home to something other than /var/lib/path/to/workspace, more like /home/ jenkins/path/to/workspace. I've identified the /etc/init.d/jenkins script. Is it here