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