Skip to content

Commit

Permalink
Adding Parallel and Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jortega0 committed Feb 22, 2024
1 parent b744b14 commit c4054b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ type Step struct {
RawNotify []map[string]interface{} `json:"notify" yaml:",omitempty"`
Notify []StepNotify `yaml:"notify,omitempty"`
Plugins interface{} `yaml:"plugins,omitempty"`
Timeout int `yaml:"timeout_in_minutes,omitempty"`
Parallel int `yaml:"parallelism,omitempty"`
}

// Agent is Buildkite agent definition
Expand Down

0 comments on commit c4054b0

Please sign in to comment.