Re: jenkins Unable to find build script at C:/

2012-08-27 Thread Sami Tikka
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

Re: jenkins Unable to find build script at C:/

2012-08-27 Thread praneeth
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

Re: jenkins Unable to find build script at C:/

2012-08-26 Thread Mark Waite
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