Re: Is Jenkins the right tool for hundreds of repositories

2013-05-10 Thread Jon Drukman
On Fri, May 10, 2013 at 10:44 AM, Benjamin Lau wrote: > I also use git commands directly. If you make it so your build is > identical for all of your repositories you could have a single > parameterized job which has parameters for the repo and branch (unless > everything is always in master). >

Is Jenkins the right tool for hundreds of repositories

2013-05-10 Thread Jon Drukman
I am looking into using Jenkins as a tool for continuous deployment. A commit to a git repository triggers building of rpms, updating a yum repo, possibly triggering production machines to do a yum update, etc. I've set up a test project, and Jenkins seems like it provides a lot of useful fun