未验证 提交 018a18e7 编写于 作者: S shaowenchen

fix: scm choices

Signed-off-by: Nshaowenchen <mail@chenshaowen.com>
上级 f5b3491d
...@@ -897,6 +897,7 @@ type BranchPipeline struct { ...@@ -897,6 +897,7 @@ type BranchPipeline struct {
Description string `json:"description,omitempty" description:"description"` Description string `json:"description,omitempty" description:"description"`
Name string `json:"name,omitempty" description:"name"` Name string `json:"name,omitempty" description:"name"`
Type string `json:"type,omitempty" description:"type"` Type string `json:"type,omitempty" description:"type"`
Choices []interface{} `json:"choices,omitempty" description:"choices"`
} `json:"parameters,omitempty"` } `json:"parameters,omitempty"`
Permissions struct { Permissions struct {
Create bool `json:"create,omitempty" description:"create action"` Create bool `json:"create,omitempty" description:"create action"`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册