jenkins-job-builder/tests/yamlparser/error_fixtures/incorrect_job_spec_type.error

7 lines
228 B
Plaintext

incorrect_job_spec_type.yaml:4:3: In project 'sample-project'
- project:
^
incorrect_job_spec_type.yaml:7:9: Job/view spec should name or dict, but is <class 'int'> (123). Missing indent?
- 123
^