Re: Permission denied when executing shell script

2014-04-29 Thread Justinas Urbanavicius
27;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 < > justin...@gmail.com> wrote: > > I have a Master only server on Linux debian, > it clones a local mercurial repository and the

Permission denied when executing shell script

2014-04-29 Thread Justinas Urbanavicius
I have a Master only server on Linux debian, it clones a local mercurial repository and then after the build jenkins tags version as "qa" with command: hg tag -f qa and should push the changes to the same local repository, but after executing hg push -f it fails with error permission denied:

Re: publish_over_ssh plugin

2013-11-19 Thread Justinas Urbanavicius
Did you manage to solve your problem? i'm having a similar one and can't find a solution. On Tuesday, November 6, 2012 11:28:03 PM UTC+2, DaveS wrote: > > I am trying to use the publish_over_ssh plugin to deploy files and run a > .bat file. The userid used for the SSH has full control on the re

Every remote SSH command returns exit code 255

2013-11-19 Thread Justinas Urbanavicius
Hi, Having serious problems with executing remote command through ssh. I've set up my Jenkins to ssh to remove Windows platforms, where sshd is installed using cygwin. Connection and publishing remote files works like a charm, but when it comes to command execution every single command fails a

Re: Set limit on number of threads

2013-08-11 Thread Justinas Urbanavicius
success changing --handlerCountStartup if you're using > winstone (http://winstone.sourceforge.net/#commandLine) to reduce the > number of initial request handlers. > > On 12.08.2013, at 08:04, Justinas Urbanavicius > wrote: > > > Hi, > > > > I was wondering, if there is a

Set limit on number of threads

2013-08-11 Thread Justinas Urbanavicius
Hi, I was wondering, if there is a way to limit the number of threads that jenkins uses, at start-up i see that there are ~28 threads running jenkins.war, and they use a lot of memory. Don't know why there should be a need for that much threads *Platform *Linux debian x64 *Java *version "1.6.0

Re: IOException: Unable to delete when building

2013-08-07 Thread Justinas Urbanavicius
ok i think i found the cause of the problem. After unchecking in configuration JDK "Install automatically" it works now On Wednesday, August 7, 2013 4:09:25 PM UTC+3, Justinas Urbanavicius wrote: > > Hi, having trouble with a build, the first one worked fine. > After that

Re: IOException: Unable to delete when building

2013-08-07 Thread Justinas Urbanavicius
originates from On Wednesday, August 7, 2013 4:09:25 PM UTC+3, Justinas Urbanavicius wrote: > > Hi, having trouble with a build, the first one worked fine. > After that i renamed my build > and now i always get this error: > >> Building in workspace /var/lib/jenkins/jobs/sit/work

Re: IOException: Unable to delete when building

2013-08-07 Thread Justinas Urbanavicius
here when trying to build. In other > words if any user is currently looking at that workspace, the build won't > be able to delete. > > -- > *From: *"Justinas Urbanavicius" > *To: *jenkinsci-users@googlegroups.com > *Sent: *Wednesday

IOException: Unable to delete when building

2013-08-07 Thread Justinas Urbanavicius
Hi, having trouble with a build, the first one worked fine. After that i renamed my build and now i always get this error: > Building in workspace /var/lib/jenkins/jobs/sit/workspace > java.io.IOException: Unable to delete /usr/bin/tsort > at hudson.Util.deleteFile(Util.java:255) > at