|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-14168) scm-sync-configur... [email protected] (JIRA)
- [JIRA] (JENKINS-14168) scm-sync-con... [email protected] (JIRA)
- [JIRA] (JENKINS-14168) scm-sync-con... [email protected] (JIRA)
- [JIRA] (JENKINS-14168) scm-sync-con... [email protected] (JIRA)
- [JIRA] (JENKINS-14168) scm-sync-con... [email protected] (JIRA)
- [JIRA] (JENKINS-14168) scm-sync-con... [email protected] (JIRA)
- [JIRA] (JENKINS-14168) scm-sync-con... [email protected] (JIRA)
- [JIRA] (JENKINS-14168) scm-sync-con... [email protected] (JIRA)
- [JIRA] (JENKINS-14168) scm-sync-con... [email protected] (JIRA)
- [JIRA] (JENKINS-14168) scm-sync-con... [email protected] (JIRA)
- [JIRA] (JENKINS-14168) scm-sync-con... [email protected] (JIRA)
- [JIRA] (JENKINS-14168) scm-sync-con... [email protected] (JIRA)
- [JIRA] (JENKINS-14168) scm-sync-con... [email protected] (JIRA)

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><http://beagle.hcs.us.com:80> 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).
If you don't have any credential entries, I think you're not storing correctly your hudson credentials (re-read the troubleshoot page)