Indeed, the job-dsl plugin seems a good starting point. Nevertheless, reading the wiki page I saw that the job parameters are not yet covered. But as I said, it's a good base.
I'll dig it this weekend I hope. I wonder if we can apply such mechanism to a set of job to build a template flow. Regards Daniel PETISME +33 (0) 6 69 29 45 55 [email protected] On Fri, Nov 16, 2012 at 10:30 PM, Justin Ryan <[email protected]> wrote: > Definitely checkout the job-dsl plugin if you're generating jobs via > groovy, it'll save your a lot of work. > > We have some "template" jobs which developer can clone for small stuff, > but that only provides a single template and no changes over time (though > that's probably what developers want). We then try to use the job-dsl for > anything that will be repeated a few times. > > > On Fri, Nov 16, 2012 at 9:06 AM, Slide <[email protected]> wrote: > >> This sounds like the job-dsl plugin :-) >> >> >> On Fri, Nov 16, 2012 at 10:01 AM, Frederik Fromm < >> [email protected]> wrote: >> >>> Hi Daniel, >>> >>> I created a job using a groovy a script to generate new jobs based on >>> given build parameters. This works quite well and is very felxible. If you >>> want, I can give you a sample. >>> >>> Regards Frederik >>> >>> >>> 2012/11/16 Slide <[email protected]> >>> >>>> You may want to look at the job-dsl plugin, it may do something like >>>> what you are looking for, though not completely. >>>> >>>> >>>> On Thu, Nov 15, 2012 at 2:18 PM, Daniel PETISME < >>>> [email protected]> wrote: >>>> >>>>> Hello all, >>>>> >>>>> I'm searching for a template job creator. My aim is to define a >>>>> template job/flow of jobs and then make them template to create a new kind >>>>> of projects in the "New Job" dialog. >>>>> >>>>> I'm aware of the plugins: >>>>> https://wiki.jenkins-ci.org/**display/JENKINS/Template+** >>>>> Project+Plugin<https://wiki.jenkins-ci.org/display/JENKINS/Template+Project+Plugin> >>>>> https://wiki.jenkins-ci.org/**display/JENKINS/Template+** >>>>> Workflows+Plugin<https://wiki.jenkins-ci.org/display/JENKINS/Template+Workflows+Plugin> >>>>> >>>>> But they don't feed my needs. >>>>> >>>>> I've once heard about the Nectar template plugin but I can't found it >>>>> in the latest Nectar release. Any clue ? >>>>> >>>>> So basically my questions are: >>>>> >>>>> 1. Do you manage kinds of archetypes/templates/New projects >>>>> entries in your Jenkins >>>>> 2. If yes, how ? which practices/plugins? >>>>> 3. Do you suceed to implement such behavior with flows of jobs? >>>>> >>>>> >>>>> In advance, thank you for your comments. >>>>> >>>>> Regards >>>>> >>>>> Daniel >>>>> >>>> >>>> >>>> >>>> -- >>>> Website: http://earl-of-code.com >>>> >>> >>> >> >> >> -- >> Website: http://earl-of-code.com >> > >
