Stephen M edited a comment on Bug JENKINS-14168

Hi Frederic,
Thank you for your reply.

Looks like an exact match to me. Here is my hudson.scm.SubversionSCM.xml (with password and username removed):

<?xml version='1.0' encoding='UTF-8'?>
<hudson.scm.SubversionSCM_-DescriptorImpl>
  <generation>8</generation>
  <credentials class="hashtable">
    <entry>
      <string>&lt;http://beagle.hcs.us.com:80&gt;</string>
      <hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential>
        <userName>XXXXX</userName>
        <password>XXXXX</password>
      </hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential>
    </entry>
  </credentials>
  <workspaceFormat>10</workspaceFormat>
  <revisionPolicy>QUEUE_TIME</revisionPolicy>
  <validateRemoteUpToVar>false</validateRemoteUpToVar>
</hudson.scm.SubversionSCM_-DescriptorImpl>

Could it be a problem that our Jobs and SCM Sync need the same username and password?  Okay, I'm grasping at straws here.

Thanks again for your help!
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