You should place your selenium tests in a source control system (Git, 
Subversion, etc.) either on a hosted provider (like github.com or 
code.google.com) or hosted on your own machine (Windows or Linux server running 
the version control software).  Then checkout from that source control system 
and run your tests from the workspace directory (not from C:\).

That will allow you to grow your tests to run on multiple machines in parallel, 
to run multiple tests concurrently, and many other positives.

Mark Waite




>________________________________
> From: praneeth <praneeth.ku...@rediffmail.com>
>To: jenkinsci-users@googlegroups.com 
>Sent: Sunday, August 26, 2012 7:16 AM
>Subject: jenkins  Unable to find build script at C:/
> 
>
>
>  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
> 
>
>

Reply via email to