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 job
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 Jenkins with more than 300 di
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 job