Skip to content

Commit

Permalink
Merge pull request #1723 from wtertius/add_failure_reason_to_bridge
Browse files Browse the repository at this point in the history
Add failure_reason field to bridge
  • Loading branch information
svanharmelen committed May 26, 2023
2 parents 1176bec + e5075c5 commit ee84ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ type Bridge struct {
Ref string `json:"ref"`
Stage string `json:"stage"`
Status string `json:"status"`
FailureReason string `json:"failure_reason"`
Tag bool `json:"tag"`
WebURL string `json:"web_url"`
User *User `json:"user"`
Expand Down

0 comments on commit ee84ae2

Please sign in to comment.