Skip to content

Commit c6091d8

Browse files
lbernicktekton-robot
authored andcommitted
Add finallystarttime to PipelineRun status docs
This commit adds details on `finallyStartTime` to PipelineRun documentation.
1 parent 6729fda commit c6091d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/pipelineruns.md

+2
Original file line numberDiff line numberDiff line change
@@ -1387,6 +1387,8 @@ Your `PipelineRun`'s `status` field can contain the following fields:
13871387
- [`apiVersion`][kubernetes-overview] - The API version for the underlying `TaskRun` or `Run`.
13881388
- [`whenExpressions`](pipelines.md#guard-task-execution-using-when-expressions) - The list of when expressions guarding the execution of this task.
13891389
- `provenance` - Metadata about resources used in the PipelineRun such as the source from where a remote pipeline definition was fetched.
1390+
- `finallyStartTime`- The time at which the PipelineRun's `finally` Tasks, if any, began
1391+
executing, in [RFC3339](https://tools.ietf.org/html/rfc3339) format.
13901392

13911393
### Configuring usage of `TaskRun` and `Run` embedded statuses
13921394

0 commit comments

Comments
 (0)