jenkins-job-builder/tests/yamlparser/job_fixtures/job_instantiation_with_null_params.yaml
Vsevolod Fedorov 2f8ac26e86 Add test for job instantiation with null parameters
Change-Id: Ie2c91b2e7c36804333ef8e96ca89977203defdd8
2023-04-17 10:42:30 +03:00

11 lines
192 B
YAML

- job-template:
name: sample-job
builders:
- shell: echo "hello"
- project:
name: sample-project
jobs:
# Place colon but define no parameters.
- sample-job: