Re: Generate pipeline jobs like with job-dsl

2016-02-09 Thread geoffroy . jabouley
Have a look at the Multijob plugin. This is another way or representing Build pipeline, with some nice features to organize your CI. You can of course generate Multijob projects using JobDSL Le mardi 9 février 2016 17:52:12 UTC+1, Andrew Bayer a écrit : > > You can actually generate Pipeline

Generate pipeline jobs like with job-dsl

2016-02-09 Thread Carlos Lucas
Hi, Nowadays, we are using a Jenkins with more than 300 different jobs. Most of them are generated using jobdsl plugin automatically from a config file. Now, I would like to migrate some of them from classic projects to pipeline projects. What is the best way to generate pipeline jobs like

Re: Generate pipeline jobs like with job-dsl

2016-02-09 Thread Andrew Bayer
You can actually generate Pipeline jobs *with* Job DSL - look for the "workflow" stuff in the Job DSL API Viewer - https://jenkinsci.github.io/job-dsl-plugin/#path/workflowJob A. On Tue, Feb 9, 2016 at 3:27 AM, Carlos Lucas wrote: > Hi, > > Nowadays, we are using a