Jenkins job generator Jenkins job generator jenkins jenkins

Jenkins job generator


There are several plugins to generate jobs in Jenkins, there is also the Jenkins CLI.

I think the better approach would be to use the Jenkins CLI to generate Jobs from the outside by developing a cool GUI tool integrating both CLIs nicely.Here is an example: http://tikalk.com/alm/using-jenkins-cli-job-gen

If you really require to do it in the Jenkins front-end then here are some pointers on possible plugins:


Take a look at jenkins-job-builder from jenkins, it could help you to abstract your work and use command line to create the jenkins jobs.