Jenkins Permission denied

2016-06-22 Thread 33
Hi all, Setting up an ubuntu server to build android roms using jenkins. Whenever i run a job from jenkins, it shows Permission denied Chmod and chown is not helping me coz the newly created folders have permission issues, i've tried with chown the entire directory to jenkins and creating a user

Re: jenkins permission denied when using NSIQ collector

2016-02-08 Thread Kishore Tangudu
Hi Divya, No files been opened. I got Idea that,by executing jobs with proper User login. I have 1Q, Do you have any idea about NSIQCollector (cyclomatic complexity)? *Regards,* *Kishore Tangudu* * Banglore.* Think twice before take a print. Save trees. On Mon, Feb 8, 2016 at 1:17 PM, Divya wro

Re: jenkins permission denied when using NSIQ collector

2016-02-08 Thread Baptiste Mathus
Never heard of that tool personally, but quick guess: reading " /var/lib/jenkins/plugins/nsiqcollector/" and the stack trace I think you need to specify the executable path and not the enclosing directory. My 2 cents Le 4 févr. 2016 2:25 PM, "Kishore Tangudu" a écrit : > Installed NSIQ Collector

Re: jenkins permission denied when using NSIQ collector

2016-02-07 Thread Divya
pls check whether any files are opened or using by any other process On Monday, February 8, 2016 at 9:18:16 AM UTC+5:30, Kishore Tangudu wrote: > > When I am executing job in jenkins I am triggering with the below error > NSIQCollector > > > > Started by user anonymous

Re: jenkins permission denied when using NSIQ collector

2016-02-07 Thread Kishore Tangudu
When I am executing job in jenkins I am triggering with the below error NSIQCollector Started by user anonymous ln builds/lastSuccessfulBuild /var/lib/jenkins/jobs/AnAproject/lastSuccessful failed java.nio.file.DirectoryNotEmptyException: /var/lib/jenkins/

Re: jenkins permission denied when using NSIQ collector

2016-02-04 Thread Victor Martinez
Hi there, Permission denied might be related to the execution privileges, can you double check whether that binary has got the right execution privileges for that jenkins user? It's also worth if you type the bellow command in your terminal and double check whether it works as you expect. /va

jenkins permission denied when using NSIQ collector

2016-02-04 Thread Kishore Tangudu
Installed NSIQ Collector in jenkins, In project configuration I set *Execute N'SIQ Collector* Source Directory as /ProjName/src/com/pkg/auth/idm//service, In Jenkins global configuration I set The installation location of NSIQCollector as below N'SIQ executable as /var/lib/jenkins/plu

Re: Jenkins permission denied

2013-11-13 Thread Gabi Karasin
eck the UID of the server process itself, not > just the user who launched it. > > > > --Rob > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Gabi Karasin > *Sent:* Monday, November 11, 2013 9:44 AM > *To:* j

RE: Jenkins permission denied

2013-11-11 Thread Mandeville, Rob
9:44 AM To: jenkinsci-users@googlegroups.com Subject: Jenkins permission denied Hi everyone, I installed Jenkins on our build server(CentOS). I'm trying to execute our build script, but every write operation is denied. I echoed $USER, and for some reason got "jenkins" while the user

Jenkins permission denied

2013-11-11 Thread Gabi Karasin
Hi everyone, I installed Jenkins on our build server(CentOS). I'm trying to execute our build script, but every write operation is denied. I echoed $USER, and for some reason got "jenkins" while the user I start Jenkins with is "builder". How can I make Jenkins NOT to execute the shell as the "j