Hi Gábor Garami, I have installed subversion on Slave machine provided credentials to server file, but problem remains the same...
I even tried svn checkout from CMD on that windows machine and that worked flawlessly, but checkout is not happening when I run job from Master jenkins As I ran java webstart on this machine I am pasting here details of jenkins folder created in Windows machine on windows jenkins folder I have following contents- classworlds.jar jenkins-slave.err.log jenkins-slave.exe jenkins-slave.out.log jenkins-slave.wrapper.log jenkins-slave.xml maven-agent.jar maven-interceptor.jar maven2.1-interceptor.jar maven3-agent.jar maven3-interceptor.jar plexus-classworld.jar slave.jar workspace Do I need ti install something else here?? On Apr 11, 1:31 am, Gábor Garami <gabor.gar...@hron.me> wrote: > 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.