Re: Managing maven credentials on a shared build server

2014-01-22 Thread Naumenko, Roman
Nice, didn't know it's available. On 2014/01/21 10:16 AM, Stephen Connolly wrote: I work for CloudBees... I can assure you that it is free and open source... look here: https://github.com/jenkinsci/cloudbees-folder-plugin. -Stephen. Open Frickin Source == Fecking Open Source Baby == Open source

Re: Managing maven credentials on a shared build server

2014-01-21 Thread Stephen Connolly
On 21 January 2014 15:27, Daniel Beck wrote: > > On 21.01.2014, at 16:16, Stephen Connolly > wrote: > > > 4.0 > > Also worth noting is that the major changes in 4.0 were removal of several > of the nicer features as described here: > > > http://blog.cloudbees.com/2013/10/cloudbees-folders-plugin

Re: Managing maven credentials on a shared build server

2014-01-21 Thread Daniel Beck
On 21.01.2014, at 16:16, Stephen Connolly wrote: > 4.0 Also worth noting is that the major changes in 4.0 were removal of several of the nicer features as described here: http://blog.cloudbees.com/2013/10/cloudbees-folders-plugin-now-open-source.html > This 4.0 release is fully functional o

Re: Managing maven credentials on a shared build server

2014-01-21 Thread Stephen Connolly
I work for CloudBees... I can assure you that it is free and open source... look here: https://github.com/jenkinsci/cloudbees-folder-plugin. -Stephen. Open Frickin Source == Fecking Open Source Baby == Open source and not something else. Prior to 4.0 it was Closed Source but Free as in "tell me

Re: Managing maven credentials on a shared build server

2014-01-21 Thread Naumenko, Roman
You mean folders plugin from cloudbees? As far as I know it's not free. PS What's Open Frickin Source? On 2014/01/17 12:13 PM, Stephen Connolly wrote: There is actually a layered set of credential stores... if you use the folders plugin (which as of version 4.0 is free as in Open Frickin Source

Re: Managing maven credentials on a shared build server

2014-01-17 Thread Stephen Connolly
There is actually a layered set of credential stores... if you use the folders plugin (which as of version 4.0 is free as in Open Frickin Source) then you can tie credentials to within a specific folder. imod has been working on trying to integrate credentials into the maven settings.xml provider.

Managing maven credentials on a shared build server

2014-01-17 Thread Naumenko, Roman
Hi, Are there any known best practices for managing credentials for maven on a shared build server? Only way I see it is to have store them in a workspace in custom setting xml, but for that users should be able to upload the file from somewhere. And only option is to get it from version contr