60b9c23d33
Currently, views handling part in YamlParser class is not covered at all. Change-Id: Ifaac0c44b0a0487e5673060d7b1f25393161f750
16 lines
295 B
YAML
16 lines
295 B
YAML
- view-template:
|
|
name: list-minimal
|
|
view-type: list
|
|
description: 'description'
|
|
columns: '{columns}'
|
|
regex: (?!test.*).*
|
|
|
|
- project:
|
|
name: test-project
|
|
columns:
|
|
- status
|
|
- weather
|
|
- extra-build-parameter: MY_PARAMETER
|
|
views:
|
|
- list-minimal
|