From 87a21dfa49ec5e0ab5d8044a08f72307e8c43e35 Mon Sep 17 00:00:00 2001 From: Chitrang Patel Date: Tue, 3 May 2022 10:23:55 -0400 Subject: [PATCH] docs updated to include that the skip reason will be added to skipepd tasks. --- docs/pipelineruns.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pipelineruns.md b/docs/pipelineruns.md index 26a948f680e..4413b3e3b5b 100644 --- a/docs/pipelineruns.md +++ b/docs/pipelineruns.md @@ -663,6 +663,8 @@ False|PipelineRunTimeout|Yes|The `PipelineRun` timed out. When a `PipelineRun` changes status, [events](events.md#pipelineruns) are triggered accordingly. +When a `PipelineRun` has `Tasks` that were `skipped`, the `Reason` for skipping the task will be listed in the `Skipped Tasks` section of the `status` of the `PipelineRun`. + When a `PipelineRun` has `Tasks` with [`when` expressions](pipelines.md#guard-task-execution-using-when-expressions): - If the `when` expressions evaluate to `true`, the `Task` is executed then the `TaskRun` and its resolved `when` expressions will be listed in the `Task Runs` section of the `status` of the `PipelineRun`. - If the `when` expressions evaluate to `false`, the `Task` is skipped then its name and its resolved `when` expressions will be listed in the `Skipped Tasks` section of the `status` of the `PipelineRun`.