Merge pull request #818 from soulseen/fix/pipeline_input
fix pipeline input support any type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user