Re: Best practices: many distinct jobs vs parameterized jobs

2016-08-26 Thread Rich Schumacher
Thanks for the great feedback, everyone! These are all good arguments and I've been convinced of the benefits of using distinct jobs for each project. Thankfully, the Job DSL plugin makes this trivial. Cheers! On Friday, August 12, 2016 at 4:53:15 PM UTC-4, Rich Schumacher wrote: > >

Best practices: many distinct jobs vs parameterized jobs

2016-08-12 Thread Rich Schumacher
Hey folks, I'm using the Job DSL plugin to create CI/CD pipelines for a bunch of projects. The projects themselves are very similar and therefore the jobs for build and release will be nearly identical, differing only in stuff like Git repo to clone, email address for notifications, etc. I'v