Skip to content

Commit

Permalink
support pipeline timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
朱厚九 committed Mar 23, 2022
1 parent 9d268fa commit fbe9ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaia.go
Expand Up @@ -266,7 +266,7 @@ type Argument struct {
Value string `json:"value,omitempty"`
}

// Argument Add the timeout parameter to the pipeline unit:minutes
// StartPipelineParam Add the timeout parameter to the pipeline unit:minutes
type StartPipelineParam struct {
TimeOut int `json:"timeout,omitempty"`
Arg []*Argument `json:"arg,omitempty"`
Expand Down

0 comments on commit fbe9ade

Please sign in to comment.