summaryrefslogtreecommitdiffstats
path: root/tests/general/fixtures/matrix-axis005.yaml
blob: 4be2e77ce4a812cfc7821d55c6dad5a4e1ee3079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: matrix-test005
project-type: matrix
axes:
    - axis:
        type: dynamic
        name: config
        values:
            - config_list
    - axis:
        type: groovy
        name: foo
        command: 'return [bar,baz]'