Hi We are running Jenkins 1.551 with svn plugin 2.1.
For a certain Jenkins project, we have a problem with svn authentication for an svn external reference. That job checks out an svn project that contains an external link: <myProject>/trunk/testbench/Scenarios -> <anotherProject>/branches/Scenarios When we run the Jenkins project we see exception: hudson.util.IOException2: revision check failed on <mysvnurl><anotherProject>/branches/Scenarios <snip> Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: No credential to try. Authentication failed I understand that with svn plugin 2.1 it is necessary to specify additional credentials, on the project config page, for externals because 'the realm may be different'. So I added: [cid:[email protected]] I did that based on this knowledge: $ curl -k -I <mysvnurl><anotherProject>/trunk HTTP/1.1 401 Unauthorized Date: Wed, 26 Feb 2014 11:38:36 GMT Server: Apache WWW-Authenticate: Basic realm="CollabNet Subversion Repository" Content-Type: text/html; charset=iso-8859-1 Please can anyone suggest why the authentication is failing? 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.
<<inline: image003.png>>
