Re: Launch slave agents on Unix machines via SSH - Missing Environment

2012-04-28 Thread Sami Tikka
The simplest way for Jenkins to get an interactive shell is to simply perform an interactive login, just like you do when you type "ssh slavehost". I.e. to omit the command to start the slave. Other than that, Jenkins has little control over the way the sshd of the remote host starts the shell

Re: Old Builds not getting discarded

2012-04-28 Thread Sami Tikka
Jenkins does not store the builds in the workspace. When you configure Jenkins to archive build artifacts, they are copied away from the workspace. These artifacts, and build logs and test results are controlled by the Discard Old Builds setting. If you have old builds in the workspace, you p

Re: Running commands from Jenkins on low memory slaves

2012-04-28 Thread Sami Tikka
If you are going to run the tests on the low-memory host overs ssh, why do you need the slave? Couldn't the master execute the ssh? Also, I myself have executed tests on a Jenkins slave with 650 MB of RAM (a virtual machine), so your statement about the 2 GB requirement seems high. But I admit,

Re: Jenkins Permission

2012-04-28 Thread Sami Tikka
As far as I can see, there are two possibilities here: A) Your build works fine when you run it manually, but fails when Jenkins runs it. You want us to help you understand why that happens. or B) You are setting up a new build process executed by Jenkins. You want us to debug it for you with no

Re: how to build a specific git branch with jenkins

2012-04-28 Thread Sami Tikka
Could you still try to configure your Jenkins to call git.exe instead of the git.cmd wrapper script? AFAIK you should be able to call git.exe if you set the environment variables that git expects to have and those can be found by looking inside git.cmd. -- Sami 2012/4/27 dwalling : > Bug 13007 is

Re: EnvInject does not pick up variables injected by ToolEnv plugin (solved)

2012-04-28 Thread John Vacz
On 27.04.2012 22:43, Grégory Boissinot wrote: On Fri, Apr 27, 2012 at 11:10 AM, John Vacz > wrote: ToolEnv detects the tools installed automatically without extra configuration and populated the path into variables with predicatable

Re: jenkin - maven and deploy

2012-04-28 Thread Olivier Lamy
Have a look at the following plugin: https://wiki.jenkins-ci.org/display/JENKINS/Deploy+Plugin HTH, -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy 2012/4/28 Rajwinder Makkar : > I have this in my env : > > Jboss > jenkins > maven > > I am

jenkin - maven and deploy

2012-04-28 Thread Rajwinder Makkar
I have this in my env : Jboss jenkins maven I am able to build a maven project using jenkins , I know how to deploy to jboss using jenkins But how to tell jenkins what artifacts need to be deployed out of all the artifacts produced by maven .. as my one maven project produces multiple jar's and