Skip to content

Commit eacd4ac

Browse files
zakiskchmouel
authored andcommitted
dcos: clarification about YAML validation error
added a clarification about PR comment on PipelineRun validation errors. Signed-off-by: Zaki Shaikh <[email protected]>
1 parent f07a394 commit eacd4ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/docs/guide/running.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ click on it and follow the pipeline execution directly there.
125125
## Errors When Parsing PipelineRun YAML
126126

127127
When Pipelines-As-Code encounters an issue with the YAML formatting in the
128-
repository, it will log the error in the user namespace events log and
128+
repository, it will create comment on pull request describing the error and will log the error in the user namespace events log and
129129
the Pipelines-as-Code controller log.
130130

131-
Despite the error, Pipelines-As-Code will continue to run other correctly parsed
132-
and matched PipelineRuns.
131+
Despite validation errors, Pipelines-as-Code continues to run other correctly parsed and matched PipelineRuns.
132+
However, if a PipelineRun has YAML syntax error, it halts the execution of all PipelineRuns, even those that are syntactically correct.
133133

134134
{{< support_matrix github_app="true" github_webhook="true" gitea="true" gitlab="true" bitbucket_cloud="false" bitbucket_server="false" >}}
135135

0 commit comments

Comments
 (0)