Figure 10.18. Passing a predefined parameter to a parameterized build job
10.4. Multiconfiguration Build Jobs
Multiconfiguration build jobs are an extremely powerful feature of Jenkins. A multiconfiguration build
job can be thought of as a parameterized build job that can be automatically run with all the possible
combinations of parameters that it can accept. They are particularly useful for tests, where you can test
your application using a single build job, but under a wide variety of conditions (browsers, databases,
and so forth).
10.4.1. Setting Up a Multiconfiguration Build
To create a new multiconfiguration build job, simply choose this option on the New Job page (see
Figure 10.19, “Creating a multiconfiguration build job”).