github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/tekton/syntax/test_data/validation_failures/groovy_field/jenkins-x.yml (about) 1 pipelineConfig: 2 pipelines: 3 release: 4 pipeline: 5 agent: 6 image: some-image 7 stages: 8 - name: A Working Stage 9 steps: 10 - command: echo 11 args: 12 - hello 13 - world 14 name: A Step With Spaces And Such 15 groovy: this will blow up