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
sci-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

jenkins Unable to find build script at C:/

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