49a5ea159c
Very basic support for Yaml axis provided by the Yaml Axis Jenkins Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Yaml+Axis+Plugin This patch does not support exclusion which is done in a following change. Change-Id: I7e39382425e53f5e1eb811d21810a72389acea2d
12 lines
221 B
YAML
12 lines
221 B
YAML
name: matrix-with-yaml-axis
|
|
project-type: matrix
|
|
axes:
|
|
- axis:
|
|
type: yaml
|
|
filename: config.yaml
|
|
name: python
|
|
- axis:
|
|
type: yaml
|
|
filename: config.yaml
|
|
name: database
|