Skip to content

Commit

Permalink
surfacing the file parsing error message so that its easier for the u…
Browse files Browse the repository at this point in the history
…sers to detect the issue
  • Loading branch information
sanjusoftware committed Dec 12, 2016
1 parent b2734cb commit 6336650
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/test/resources/examples/invalid-materials.gocd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
pipelines:
pipe1:
group: group
materials:
upstream:
pipeline: upstream-pipeline-1
stage: test1
stages: # list of stages in order
- build-image: # name of stage
clean_workspace: true
jobs:
build-image: # name of the job
artifacts:
- build:
source: image_ref
tasks:
- exec: # indicates type of task
command: bash
arguments:`
- "-c"
- "docker build"

0 comments on commit 6336650

Please sign in to comment.