Jenkins has a built-in limitation: It must check out your source tree to local disk before it is able to access files in version control server.
Go to job configuration. Then, under "Source Code Management", choose Subversion. In the Repository URL type https://svn.qsu-dev.com/svn/moveon4-javabrowsertests/trunk/moveon4tests1 Provide a way to authenticate Jenkins to your Subversion server, if Jenkins prompts you to do it. Did you know that usually URLs have two slashes in the beginning? "https://SERVERNAME" vs. "https:/SERVERNAME". Some software might be picky and not work correctly if you omit the 2nd slash. -- Sami praneeth <praneeth.ku...@rediffmail.com> kirjoitti 27.8.2012 kello 12.39: > Hi Mark , > > I have placed the selenium tests in the subversion..but still I am getting > this error. My buid.xml file is at > https:/svn.qsu-dev.com/svn/moveon4-javabrowsertests/trunk/moveon4tests1 but > you can see in the error that it is automatically pointing to > /var/lib/jenkins/jobs/moveon4/workspace..it is the default home drirectory > ..how can i change it? > > Building in workspace /var/lib/jenkins/jobs/moveon4/workspace > Updating https://svn.qsu-dev.com/svn/moveon4-javatests/trunk > At revision 71 > no change for https://svn.qsu-dev.com/svn/moveon4-javatests/trunk since the > previous build > FATAL: Unable to find build script at > /var/lib/jenkins/jobs/moveon4/workspace/https:/svn.qsu-dev.com/svn/moveon4-javatests/trunk/moveon4tests1/build.xml > Build step 'Invoke Ant' marked build as failure > Finished: FAILURE > > On Sunday, 26 August 2012 14:16:47 UTC+1, praneeth wrote: > > I am using Jenkins and Ant to run my selenium tests. It works fine when I run > them on my local machine. Now I have a Jenkins server which is on a different > location and I have to run my tests on that server. when I tried to run the > tests on that server Its is failing because it couldn't find the build.xml > file. can you please let me know how can I change the home directory path? > The home directory path in the server was set to /var/lib/jenkin and my > build.xml is in c:/ drive of my machine > > the error it is showing is > > Started by user :**** Building in workspace /var/lib/jenkins/jobs/moveon4 > java tests/workspace FATAL: Unable to find build script at C:\selenium tests > for move\movetests1\build.xml Build step 'Invoke Ant' marked build as failure > Finished: FAILURE > > > > > > Regards > > praneeth >