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 at the Job DSL wiki <https://github.com/jenkinsci/job-dsl-plugin/wiki>.
It is not as flexible, but the Jobcopy Builder plugin <https://wiki.jenkins-ci.org/display/JENKINS/Jobcopy+Builder+plugin> is another option. On Thursday, July 31, 2014 8:45:16 PM UTC-4, Karthik V S wrote: > > 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 already exists, then when changing the values of the > user fields in the parent template, should update the child jobs that were > spawned by the parent job. > > > Could you please let me know if there is a plugin that already does this? > > Thanks, > Karthik > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
