fix: scm choices

Signed-off-by: shaowenchen <mail@chenshaowen.com>
(cherry picked from commit 018a18e784)
This commit is contained in:
shaowenchen
2020-08-28 17:26:49 +08:00
committed by imjoey
parent 1adb9b4aba
commit 56ebafcfd5

View File

@@ -894,9 +894,10 @@ type BranchPipeline struct {
Name string `json:"name,omitempty" description:"name"`
Value string `json:"value,omitempty" description:"value"`
} `json:"defaultParameterValue,omitempty" description:""`
Description string `json:"description,omitempty" description:"description"`
Name string `json:"name,omitempty" description:"name"`
Type string `json:"type,omitempty" description:"type"`
Description string `json:"description,omitempty" description:"description"`
Name string `json:"name,omitempty" description:"name"`
Type string `json:"type,omitempty" description:"type"`
Choices []interface{} `json:"choices,omitempty" description:"choices"`
} `json:"parameters,omitempty"`
Permissions struct {
Create bool `json:"create,omitempty" description:"create action"`