Re: Hudson remote build job kick off

2012-07-02 Thread zw
Hi Rob Also When configuring for slave on host B, does the slave allow for xvnc plugin of Hudson so that xvnc could be started locally on host B ? This is because the Selenium test scripts would kick off FF browser for testing and the Ant script keeps spewing out errors: [sshexec][testng

Re: Hudson remote build job kick off

2012-07-02 Thread Z W
Hi Rob. Alex Thanks for your response. My environment is Linux. >From what I read, the notes have been for Windows. Is there an example for Linux version ? Also would you elaborate on "Whether you run your build on B or A, the output log is readable by the > server (slaves pipe their standard out

RE: Hudson remote build job kick off

2012-07-02 Thread Mandeville, Rob
Put a slave node on host B (see https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds) and tell your job to run only on the slave on B. If you need to run the build on A, then you’ll need a way to get the build.xml from B to A. You could enter a copy of build.xml into your SCM (you ar

RE: Hudson remote build job kick off

2012-07-02 Thread Alex Earl
You'd probably want to use host B as a slave and tie the job to that slave. You can check the wiki for information on the master/slave setup. Sent from my Windows Phone -- From: zw Sent: 7/2/2012 12:07 PM To: jenkinsci-users@googlegroups.com Subject: Hudson remote build