jenkins-job-builder/tests/yamlparser/job_fixtures/regression-2010883.yaml
Vsevolod Fedorov d62faa15d4 Fix parameters overrides in dimensions specification
Task: 48621
Story: 2010883
Change-Id: Ia267f66c3832fb4a42a54a86bda259e96bb191fd
2023-08-16 11:54:18 +03:00

18 lines
434 B
YAML

- job-template:
name: '{environment}-{fruit}-orchard'
builders:
- shell: 'echo The {environment} orchard has {fruit} trees'
- project:
name: 'Fruit orchard'
environment:
- sandbox:
fruit: 'orange'
- sandbox:
fruit: 'cherry'
- qa
- prod
fruit: apple
jobs:
- '{environment}-{fruit}-orchard'