Yes that is what I would see as a plan. One reason I have not been dogmatic and rushed a load of pull requests is that it is important to get the credential type right...
Take ssh credentials... These come in two forms: user/pass and user/key(/passphrase) Now git credentials can be: ssh credentials or http user/pass credentials Svn credentials can be: ssh or straight user/pass. There is the issue of scoping where a credential is valid. We need to iron out the basic credential interfaces before pushing this on everyone... I am starting slow with ssh as it is a good initial point (sufficiently complex but not overly so) On Friday, 2 November 2012, domi wrote: > currently they don't, but I think these plugins should provide there > credentials via the CredentialsProvider Interface of the credentials plugin: > https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin > /Domi > > On 01.11.2012, at 10:35, Michael Hüttermann > <[email protected]<javascript:;>> > wrote: > > > Hello, > > > > in a Builder, how can I access the Subversion credentials that are used > to > > access the Subversion repository for checkout of code? > > > > > > Thank you. > > > > > > Best regards > > Michael > > > > > >
