jenkins-job-builder/tests/general/fixtures/matrix-axis005.yaml
Daniel Danner aeeaf71784 Add support for GroovyAxis
Change-Id: I8661910761ed2a3faab0dcf021fd23ceb71e150b
2015-08-17 13:24:58 +02:00

13 lines
232 B
YAML

name: matrix-test005
project-type: matrix
axes:
- axis:
type: dynamic
name: config
values:
- config_list
- axis:
type: groovy
name: foo
command: 'return [bar,baz]'