You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add clarification about yaml error reporting
added clarification about yaml error reporting when
PipelineRun status comments are disabled via repository
CR.
Signed-off-by: Zaki Shaikh <[email protected]>
Copy file name to clipboardExpand all lines: docs/content/docs/guide/repositorycrd.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,9 @@ spec:
147
147
148
148
When `comment_strategy` is set to `disable_all` Pipelines as Code will not create any comment on the pull request for PipelineRun Status
149
149
150
+
Note: The disable_all strategy applies only to comments about a PipelineRun's status (e.g., "started," "succeeded").
151
+
If your PipelineRun YAML definition fails validation, a comment detailing the error will always be posted to the pull request. [see docs](../running/#errors-when-parsing-pipelinerun-yaml)
152
+
150
153
## Concurrency
151
154
152
155
`concurrency_limit`allows you to define the maximum number of PipelineRuns running at any time for a Repository.
0 commit comments