Hi My simple Jenkins job runs on a Windows slave, checks out a Subversion project and executes a simple 'dir' command on it.
It works fine but, in the Configure screen, Jenkins reports an error for the svn url: Unable to access <myurl>/trunk : svn: OPTIONS /subversion/MyProject/trunk failed (show details)<http://hudsonmaster.uktm.eu.nec.com:8080/view/HW%20jobs/job/Swift_regression_test/configure> org.tmatesoft.svn.core.SVNException: svn: OPTIONS /subversion/MyProject/trunk failed at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:298) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:283) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:271) The url format I've used works fine for other jobs and, as I said above, the job works. I'm running Jenkins LTS 1.480.3. Entering svn credentials makes no difference, and I don't normally need to do that. Any suggestions why I am getting an error please? Best regards David -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
