未验证 提交 ed271f02 编写于 作者: K KubeSphere CI Bot 提交者: GitHub

Merge pull request #3046 from shaowenchen/fix_inscm_bool_parameter

fix: adapt to  different parameter types for pipeline
......@@ -890,9 +890,9 @@ type BranchPipeline struct {
Parameters []struct {
Class string `json:"_class,omitempty" description:"It’s a fully qualified name and is an identifier of the producer of this resource's capability."`
DefaultParameterValue struct {
Class string `json:"_class,omitempty" description:"It’s a fully qualified name and is an identifier of the producer of this resource's capability."`
Name string `json:"name,omitempty" description:"name"`
Value string `json:"value,omitempty" description:"value"`
Class string `json:"_class,omitempty" description:"It’s a fully qualified name and is an identifier of the producer of this resource's capability."`
Name string `json:"name,omitempty" description:"name"`
Value interface{} `json:"value,omitempty" description:"value, string or bool type"`
} `json:"defaultParameterValue,omitempty" description:""`
Description string `json:"description,omitempty" description:"description"`
Name string `json:"name,omitempty" description:"name"`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册