diff --git a/pkg/simple/client/devops/pipeline.go b/pkg/simple/client/devops/pipeline.go index 05912e526bcdd59b501cef5d01e26bce6cac56fa..c921e4182cd3deff9855c809f3dc0622b419b32c 100644 --- a/pkg/simple/client/devops/pipeline.go +++ b/pkg/simple/client/devops/pipeline.go @@ -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"`