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="[email protected]"> <credentials class="hashtable"> <entry> <string><svn://xxxxxxxxxx0> 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. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/c965beb6-ac6f-431d-8317-d297e8a4e7ab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
