Experiences with automatically creating/configuring Jenkins jobs from command line

2014-05-12 Thread Christoph Kutzinski
Hi all, we want to create a project template to make it easier to create new services from scratch. As part of this template we want to have a single step to create a new Jenkins job for this service. For example, this should be a simple Gradle call: gradle createJenkinsJob which would create

Re: Experiences with automatically creating/configuring Jenkins jobs from command line

2014-05-12 Thread Richard Bywater
There's also Jenkins Job Builder which also allows you to have an actual template that can be updated to make the same change across all jobs. One issue I'm having with any of the automated configuration options though is the lack of support of adding Promotion Processes. Currently there isn't