453219c72f
This commit adds restrict-matrix-project option to the trigger-builds plugin. This option allows you to restrict the subset of the combinations that the triggered job will run. Change-Id: I2df3349e15c37cc9a1cbb7d615ad31bb743cf772 Signed-off-by: Tomas Turek <tturek@redhat.com>
5 lines
105 B
YAML
5 lines
105 B
YAML
builders:
|
|
- trigger-builds:
|
|
- project: "build_started"
|
|
restrict-matrix-project: label=="x86"
|