Skip to content

Commit

Permalink
Merge pull request #30 from 0gajun/introduce_platform_to_build
Browse files Browse the repository at this point in the history
Introduce Platform field to Build struct
  • Loading branch information
jszwedko authored Sep 2, 2018
2 parents 2ec72e1 + f3b9240 commit e6d5537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circleci.go
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ type Build struct {
Outcome string `json:"outcome"`
Parallel int `json:"parallel"`
Picard *Picard `json:"picard"`
Platform string `json:"platform"`
Previous *BuildStatus `json:"previous"`
PreviousSuccessfulBuild *BuildStatus `json:"previous_successful_build"`
QueuedAt string `json:"queued_at"`
Expand Down

0 comments on commit e6d5537

Please sign in to comment.