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-java
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/works
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
a