Jenkins SVN Credentials Storage in Encrypted form

25 views
Skip to first unread message

andymauli

unread,
Jun 10, 2015, 9:49:18 AM6/10/15
to jenkins...@googlegroups.com
Hi,

Currently i am facing issue regarding Jenkins SVN Credentials Storage in Encrypted.
While creating job through Rest Api, I want to store Svn Credentails [Without providing SVN credentails from screen manually]
Jenkins by default store credentials in encypted format (SVN repo and password).
I want to know about which utility, algorithm jenkins using for doing this encyption.

for e.g.

<hudson.scm.PerJobCredentialStore plugin="subve...@1.54">
  <credentials class="hashtable">
    <entry>
      <string>&lt;svn://xxxxxxxxxx0&gt; f52d5b69-1732-4ea8-8a6a-7b68c74e80b2</string>
      <hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential>
        <userName>xxxxxxxx</userName>
        <password>g+SRwKJ2iaFjRUEm8/bM5GrQzw8Q7r3hQqXq2++qNEs=</password>
      </hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential>
    </entry>
  </credentials>
</hudson.scm.PerJobCredentialStore>

Any help in this topic is appreciated.
Reply all
Reply to author
Forward
0 new messages