Re: User account considered for execution

2013-08-07 Thread Raghava Rudrakanth P V
e (\\sharedhost\sharedRepository) and not on linux file system. My understanding is, User "XYZ" should have permission to shared drive (\\sharedhost\sharedRepository) to checkout code and create builds. Correct me if I am wrong. Thanks, Rudra On 7 August 2013 12:59, Raghava Rudrakanth P V wrote: &

Re: User account considered for execution

2013-08-07 Thread Raghava Rudrakanth P V
If you installed it as a service on Windows and didn't change it in > Computer Management, Jenkins is running as SYSTEM. > > As to access permissions for the files created by Jenkins -- it's basic > Windows NTFS permissions. > > On 07.08.2013, at 06:58, Raghava Rudrakant

Re: User account considered for execution

2013-08-06 Thread Raghava Rudrakanth P V
ill the shell execution happen under, > it will be the user which Jenkins is running as. > > Richard. > > > On Wed, Aug 7, 2013 at 4:32 PM, Raghava Rudrakanth P V < > potturu.ru...@gmail.com> wrote: > >> Hi Team, >> I am new user of Jenkins and have a ques

User account considered for execution

2013-08-06 Thread Raghava Rudrakanth P V
Hi Team, I am new user of Jenkins and have a question. 1. I created job which executes the shell script. 2. Configured users using Jenkins own database and was able to login to Jenkins and execute the job. Now when the shell execution is happening which User is considered for execution?