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
Copy file name to clipboardexpand all lines: docs/pipelines.md
+7
Original file line number
Diff line number
Diff line change
@@ -269,6 +269,13 @@ spec:
269
269
- "bar"
270
270
```
271
271
272
+
#### Param enum
273
+
> :seedling: **Specifying `enum` is an [alpha](additional-configs.md#alpha-features) feature.** The `enable-param-enum` feature flag must be set to `"true"` to enable this feature.
274
+
275
+
> :seedling: This feature is WIP and not yet supported/implemented. Documentation to be completed.
276
+
277
+
Parameter declarations can include `enum` which is a predefine set of valid values that can be accepted by the `Pipeline`.
278
+
272
279
## Adding `Tasks` to the `Pipeline`
273
280
274
281
Your `Pipeline` definition must reference at least one [`Task`](tasks.md).
Copy file name to clipboardexpand all lines: docs/tasks.md
+7
Original file line number
Diff line number
Diff line change
@@ -712,6 +712,13 @@ spec:
712
712
- "--someotherflag"
713
713
```
714
714
715
+
#### Param enum
716
+
> :seedling: **Specifying `enum` is an [alpha](additional-configs.md#alpha-features) feature.** The `enable-param-enum` feature flag must be set to `"true"` to enable this feature.
717
+
718
+
> :seedling: This feature is WIP and not yet supported/implemented. Documentation to be completed.
719
+
720
+
Parameter declarations can include `enum` which is a predefine set of valid values that can be accepted by the `Task`.
721
+
715
722
### Specifying `Workspaces`
716
723
717
724
[`Workspaces`](workspaces.md#using-workspaces-in-tasks) allow you to specify
0 commit comments