Jenkins as a native nuget server?

2014-08-29 Thread Shankar Ram
I'm relatively new to Jenkins. I've worked with TeamCity which hosts my Nuget packages. Is the same thing possible with Jenkins? Any pointers would be great ! Thanks. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from

Re: Jenkins as a native nuget server?

2014-08-29 Thread Leonardo Kobus
Hi Shankar, I have my jobs to upload the nuget after the build as a promotion action. It's a step in your build/deploy process, you can upload the package in your jenkins to see wich build has generated the package, but jenkins don't have (yet) a controller to manage nugets, just check the

Re: Jenkins as a native nuget server?

2014-08-29 Thread Larry Shatzer, Jr.
Nexus just released free support now for NuGet repositories, instead of having to have Nexus Pro See https://sonatype.zendesk.com/entries/94049113 On Fri, Aug 29, 2014 at 5:33 AM, Shankar Ram shankar@gmail.com wrote: I'm relatively new to Jenkins. I've worked with TeamCity which hosts my