Re: Permission denied when executing shell script

2014-04-29 Thread 'Kamal Ahmed' via Jenkins Users
Look at your .hg's for permissions After hg init .hg and .hg/store have 755 permission, so if you're not the owner of the repository, you won't be able to write there. You can read, but not write. hope this helps On Tuesday, April 29, 2014 8:51 AM, Justinas Urbanavicius wrote: I have a Ma

persisting PERL5LIB During a build job

2014-04-26 Thread 'Kamal Ahmed ' via Jenkins Users
on a Linux slave, i have a default PERL5LIB which works, fine, but i have another project running on the same slave, for which the PERL5LIB is different, i want to persist the alternate PERL5LIB During the job run. I tried export PERL5LIB="/alternate PERL5LIB Path/" in an Execute Shell but it d