We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6729fda commit c6091d8Copy full SHA for c6091d8
docs/pipelineruns.md
@@ -1387,6 +1387,8 @@ Your `PipelineRun`'s `status` field can contain the following fields:
1387
- [`apiVersion`][kubernetes-overview] - The API version for the underlying `TaskRun` or `Run`.
1388
- [`whenExpressions`](pipelines.md#guard-task-execution-using-when-expressions) - The list of when expressions guarding the execution of this task.
1389
- `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.
1392
1393
### Configuring usage of `TaskRun` and `Run` embedded statuses
1394
0 commit comments