Frédéric Camblor edited a comment on Bug JENKINS-14168

Hi Stephen,

In your HUDSON_HOME/hudson.scm.SubversionSCM.xml, do you have a <credentials> tag with entries inside it ?

If this is the case, do you have an entry with exact key "<http://beagle.hcs.us.com:80> Subversion repository" ?
Something like this :
<hudson.scm.SubversionSCM_-DescriptorImpl>
<helpRedirect/>
<generation>32</generation>
<credentials class="hashtable">
<entry>
<string>&lt;http://beagle.hcs.us.com:80&gt; Subversion repository</string>
<hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential>
<userName>XXXXX</userName>
<password>XXXXX</password>
</hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential>
</entry>
</credentials>
<workspaceFormat>8</workspaceFormat>
<validateRemoteUpToVar>false</validateRemoteUpToVar>
<storeAuthToDisk>true</storeAuthToDisk>
</hudson.scm.SubversionSCM_-DescriptorImpl>

If you already have credential entries, which doesn't exactly match expected key, try to clone it and change the key to the expected one (keeping the encrypted password, and escaping < and > tags with &lt; and &gt; ).
If you don't have any credential entries, I think you're not storing correctly your hudson credentials (re-read the troubleshoot page)

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to