- https://wiki.jenkins-ci.org/display/JENKINS/Matrix+Project+Plugin
- https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project
- https://wiki.jenkins-ci.org/display/JENKINS/Template+Project+Plugin
If you have a list of “identical” tasks, maybe even a (2-dimensional) matrix, the MPP may be useful for you.
If you have further needs, the TPP may be for you. There you define:
- a template job, that you disable “forever”,
- and then the true jobs, that make use of the template job’s SCM configuration and/or its builders.
Leave a Reply