Re: Best way to re-configure Jobs on-the-fly

2014-12-02 Thread Patrick van Dissel
> We have a working prototype right now that manages this with two separate jobs. One to watch the SMC and rebuild the downstream job based on the build.yml and a separate downstream job that kicks off when the first completes successfully. (Given the first might fail if the yaml files is invalid

Re: How to structure Jenkins with a build that has 100's of projects?

2014-11-26 Thread Patrick van Dissel
Hi, As promised, I just published the video of my conference talk about: "Cultivating the Jenkins job jungle with Groovy" You can find the video and all info at: - http://youtu.be/8jQm2wqX4xc I hope you find it interesting :) Regards, Patrick On 10/29/2014 01:39 PM, Patrick

Re: How to structure Jenkins with a build that has 100's of projects?

2014-10-29 Thread Patrick van Dissel
ode, showing an extensive CI and CD setup with the JobDSL. And also showing steps how to start with the JobDSL. I will record the session and share the slides, video and demo code afterwards. I'll add the links here as soon as I have them shared :) /Patrick On 10/29/2014 12:47 PM, Maciej Jaros

Re: How to structure Jenkins with a build that has 100's of projects?

2014-10-28 Thread Patrick van Dissel
Do yourself a favor and look into the Job DSL plugin (https://github.com/jenkinsci/job-dsl-plugin). Managing Jenkins by hand is a hell.. so use the JobDSL and script it al together. And of course put the scripts in version control. Most important JobDSL doc pages: - https://github.com/jenkinsci/jo