Sent from my iPhone
Arthur Herman The Home Depot - Information Technology Lead Developer - Development Architecture (770) 384-3120<tel:(770)%20384-3120> - Internal x13120 arthur_her...@homedepot.com<mailto:arthur_her...@homedepot.com> On Aug 31, 2013, at 1:17 PM, "Stephen Connolly" <stephen.alan.conno...@gmail.com<mailto:stephen.alan.conno...@gmail.com>> wrote: I suspect all this will go away once I release the refactoring that integrates with the credentials plugin. The current blocks on releasing it are: 1. Need some people to test it and comment on the new way of authenticating 2. Need to write the code to migrate the old stored credentials into the new credentials store 3. Enough confidence that the above two are covered and working well On Friday, 30 August 2013, arthurherman wrote: We are experiencing the same behavior. When the credentials are entered from the config page and successfully validated, they are stored in $JENKINS_HOME/jobs/$JOB_NAME/subversion.credentials (or $JENKINS_HOME/hudson.scm.SubversionSCM.xml if you use global credentials) <?xml version='1.0' encoding='UTF-8'?> <hudson.scm.PerJobCredentialStore> <credentials class="hashtable"> <entry> <string>< https://subversion.xxxxx.com:443> wandisco <https://subversion.xxxxx.com:443>> </string> <hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential> <userName>xxxx</userName> <password>yyyy</password> </hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential> </entry> </credentials> In our case the issue arises because the stored authentication realm ("wandisco") does not match the realm in the httpd svn DAV and supplied on the 401 response header ("Subversion Repository"). This is why Jenkins cannot find a valid credentials entry (Host + Realm) to try. <Location /svn> DAV svn SVNParentPath /var/svn/repositories SVNListParentPath On SVNReposName "Subversion Repository" AuthType Basic AuthName "Subversion Repository" HTTP/1.1 401 Authorization Required Date: Fri, 30 Aug 2013 14:25:46 GMT Server: Apache/2.2.15 (Red Hat) WWW-Authenticate: Basic realm="Subversion Repository" Content-Length: 479 Content-Type: text/html; charset=iso-8859-1 Keep-Alive: timeout=500 Connection: Keep-Alive Now the question is how to resolve (or is this an issue in the Jenkins Subversion Plug-in). Jenkins - 1.480.3 Jenkins Subversion Plug-in - 1.50 ----- Arthur Herman The Home Depot - Information Technology Lead Developer - Application Platforms/Development Tools -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/SVN-Checkout-failing-on-Jenkins-slave-servers-tp4656522p4677232.html Sent from the Jenkins users mailing list archive at Nabble.com<http://Nabble.com>. -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Sent from my phone -- 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 jenkinsci-users+unsubscr...@googlegroups.com<mailto:jenkinsci-users+unsubscr...@googlegroups.com>. For more options, visit https://groups.google.com/groups/opt_out. ________________________________ The information in this Internet Email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this Email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. When addressed to our clients any opinions or advice contained in this Email are subject to the terms and conditions expressed in any applicable governing The Home Depot terms of business or client engagement letter. The Home Depot disclaims all responsibility and liability for the accuracy and content of this attachment and for any damages or losses arising from any inaccuracies, errors, viruses, e.g., worms, trojan horses, etc., or other items of a destructive nature, which may be contained in this attachment and shall not be liable for direct, indirect, consequential or special damages in connection with this e-mail message or its attachment. -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.