In Jenkins terminology Slave means separated machine what fetches, builds
and test jobs and all artifact being copied back to the Master after build,
inc. test logs, real artifacts, stats, etc. Master just triggers and
monitor the build process but not do anything on Slave. Except if you
specified to install some tools (e.g. Maven, Ant, JDK. etc) from their site.

So you need install svn and all tools for successful build to ALL slaves.
And you must set required creds to if they're needed.

Garami Gábor
gabor.gar...@hron.me
Skype: hron84
Tel: +36 20 235 9621

Sent from my T-Mobile G2
Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat.
2012.04.10. 16:12, "Vinod Kumar" <kumarvinod...@gmail.com> ezt írta:

> Sir!! I have a query here!!
> You meant it uses the subversion on slave machine??
> If so it shouldn't have started svn command at all (as I have not
> installed subversion on slave at all) right?
>
> so basically my query is.......
>
> should I install subversion on Slave (Windows) machine also and
> specify credentials there in server file(I have already tried that and
> that didn't worked too so I just uninstalled subversion on Slave)
>
>
> or
>
> shall I just specify credentials somewhere on slave machine and
> specify path in config of jenkins on master.
>
> I will be really thankful if you can help me here.
>
> On Apr 10, 1:38 pm, Gábor Garami <gabor.gar...@hron.me> wrote:
> > Because you did not specified credentials on SLAVE.
> >
> > Garami Gábor
> > gabor.gar...@hron.me
> > Skype: hron84
> > Tel: +36 20 235 9621
> >
> > Sent from my T-Mobile G2
> > 2012.04.10. 10:32, "Vinod Kumar" <kumarvinod...@gmail.com> ezt írta:
> >
> >
> >
> >
> >
> >
> >
> > > I have specified them in server file of subversion in jenkins.
> > > jenkins is even able to checkout on MASTER.
> > > This problem comes when i run the job for SLAVE machine and its not
> > > able to checkout then only.
>

Reply via email to