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 >
