jenkins-job-builder/tests/yamlparser/view_fixtures/view-template-with-params.yaml

17 lines
323 B
YAML

- view-template:
name: list-minimal
view-type: list
description: 'description'
columns: '{columns}'
regex: '{regex}'
- project:
name: test-project
columns:
- status
- weather
- extra-build-parameter: MY_PARAMETER
views:
- list-minimal:
regex: (?!test.*).*