Skip to content
代码片段 群组 项目
未验证 提交 cf7663f3 编辑于 作者: Lysanne Pinto's avatar Lysanne Pinto 提交者: GitLab
浏览文件

Merge branch 'marknuzzo-master-patch-96424' into 'master'

Add array reference to docs

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/150357



Merged-by: default avatarLysanne Pinto <lpinto@gitlab.com>
Approved-by: default avatarLysanne Pinto <lpinto@gitlab.com>
Co-authored-by: default avatarMark Nuzzo <mnuzzo@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -997,6 +997,7 @@ in a header section.
**Possible inputs**: Can be one of:
- `array`, to accept an [array](../yaml/inputs.md#array-type) of inputs.
- `string`, to accept string inputs (default when not defined).
- `number`, to only accept numeric inputs.
- `boolean`, to only accept `true` or `false` inputs.
......@@ -1013,6 +1014,8 @@ spec:
type: number
available:
type: boolean
array_input:
type: array
---
# The pipeline configuration would follow...
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册