Merge pull request #818 from soulseen/fix/pipeline_input

fix pipeline input support any type
This commit is contained in:
KubeSphere CI Bot
2019-09-28 18:03:57 +08:00
committed by GitHub

View File

@@ -741,7 +741,7 @@ type CreateScmServerReq struct {
type CheckPlayloadParameters struct {
Name string `json:"name,omitempty" description:"name"`
Value string `json:"value,omitempty" description:"value"`
Value interface{} `json:"value,omitempty" description:"value"`
}
// Getcrumb