Re: Plugin that generates Jobs based on a template

2014-08-04 Thread Jesse Glick
On Thu, Jul 31, 2014 at 5:45 PM, Karthik V S karthik.tec...@gmail.com wrote: I would like to check whether there exists any plugin that matches the following use case By the way, Jenkins Enterprise by CloudBees includes a Templates plugin that solves this class of problem somewhat differently.

Re: Plugin that generates Jobs based on a template

2014-08-02 Thread Christian Galsterer
Hi, I would definitely go with the Job DSL Plugin. We started with the Job Copy Plugin a while ago, but we rather quickly ran into some limitations, e.g. no real good support for conditions (if/then/else). We switched to Job DSL Plugin and have already +3000 Jobs (some with a build pipelines

Re: Plugin that generates Jobs based on a template

2014-08-02 Thread Bruno Meneguello
Taking a hook on this discussion, someone know if there is a plugin that let me to have a template job and instead to clone statically this template, use it dynamically during the execution? Something like parameterized build, but with multiple physical jobs (with it's own story) pointing to only

Re: Plugin that generates Jobs based on a template

2014-08-01 Thread Ben Patterson
Karthik - have you looked at the Job DSL Plugin https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin? That is a decent option for your use case. It can both create the parent job (or template), and it can also create child jobs based on a template. As you look at it, I'd suggest looking

Plugin that generates Jobs based on a template

2014-07-31 Thread Karthik V S
Hi, I would like to check whether there exists any plugin that matches the following use case 1) Create a parent Job that acts as the template with a specified set of User fields 2) On running the plugin, the plugin should spawn new job(child job) of the same template. 3) If the new job