Category: github

Continuous integration/Continuous delivery pipelines are widely used in modern software development. To quickly and reliably develop/deliver software, a change goes through the pipelines and reach the production.

When there are many similar projects, there will be lots of duplicate source code to define the Jenkins jobs for those projects.

Usually this seed job is the first manual job created in Jenkins, then run the seed job to create the other Jenkins jobs.

This article fits into item 2, to create a CI/CD pipeline for the seed job, from which large numbers of Jenkins jobs could be created from code.

Related Articles