Re: Setup Jenkins slave on another machine

2013-02-28 Thread jcsirot
For a windows slave I installed the jenkins slave as a windows service through the JNLP installer. The following links gives all details about this kind of installation: https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service#InstallingJenkinsasaWindowsservice-Install

Re: Setup Jenkins slave on another machine

2013-02-28 Thread mark_kendzior
This link may be useful: https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds Mark On Thursday, February 28, 2013 3:17:13 AM UTC-7, Madhu wrote: > > Hi All, > > I am trying to configure Jenkins. I configured one slave on my local > machine,I am able to run web driver scripts in master

Re: Setup Jenkins slave on another machine

2013-02-28 Thread hari prasad
1. Go to Manage Jenkins -> Manage Nodes -> New Node 2. Give Node name,select dumb node then go through the configuration. Note:- You need to give Administrator details of slave. -- Thanks. With kind regards, HariPrasadChalla -- You received this message because you are subscribed to the Go

Setup Jenkins slave on another machine

2013-02-28 Thread Madhu
Hi All, I am trying to configure Jenkins. I configured one slave on my local machine,I am able to run web driver scripts in master and slave (on same machine). I am using Windows 7. Now, I want to set up slave in another machine which is connected to LAN. Can anyone tell me what are the steps t