jenkins-job-builder/tests/localyaml/fixtures/joinlists.yaml

14 lines
185 B
YAML

- string-with-comma: !join:
- ','
-
- item1
- item2
- item3
- string-with-space: !join:
- ' '
-
- item1
- item2
- item3