From 5032c5a2f5024f55f04e9ca75c1df5ff9eef5ae0 Mon Sep 17 00:00:00 2001 From: "Roland A. Fernando" <36901178+anthonee619@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:56:35 -0700 Subject: [PATCH] Update Matrix feature to beta everywhere --- docs/pipelines.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pipelines.md b/docs/pipelines.md index a8fab09577b..a6e26134f08 100644 --- a/docs/pipelines.md +++ b/docs/pipelines.md @@ -572,7 +572,7 @@ spec: ### Specifying `Matrix` in `PipelineTasks` -> :seedling: **`Matrix` is an [beta](additional-configs.md#beta-features) feature.** +> :seedling: **`Matrix` is a [beta](additional-configs.md#beta-features) feature.** > The `enable-api-fields` feature flag can be set to `"beta"` to specify `Matrix` in a `PipelineTask`. You can also provide [`Parameters`](tasks.md#specifying-parameters) through the `matrix` field: @@ -1589,7 +1589,7 @@ spec: ### Specifying `matrix` in `finally` tasks -> :seedling: **`Matrix` is an [beta](additional-configs.md#beta-features) feature.** +> :seedling: **`Matrix` is a [beta](additional-configs.md#beta-features) feature.** > The `enable-api-fields` feature flag can be set to `"beta"` to specify `Matrix` in a `PipelineTask`. Similar to `tasks`, you can also provide [`Parameters`](tasks.md#specifying-parameters) through `matrix` @@ -2042,8 +2042,8 @@ spec: ### Specifying matrix -> :seedling: **`Matrix` is an [alpha](additional-configs.md#alpha-features) feature.** -> The `enable-api-fields` feature flag must be set to `"alpha"` to specify `Matrix` in a `PipelineTask`. +> :seedling: **`Matrix` is a [beta](additional-configs.md#beta-features) feature.** +> The `enable-api-fields` feature flag can be set to `"beta"` to specify `Matrix` in a `PipelineTask`. If a custom task supports [`parameters`](tasks.md#specifying-parameters), you can use the `matrix` field to specify their values, if you want to fan: