Skip to content

Commit

Permalink
Merge pull request #1725 from wtertius/add_queued_duration_to_bridge
Browse files Browse the repository at this point in the history
Add `queued_duration` field to bridge
  • Loading branch information
svanharmelen committed May 31, 2023
2 parents 32985e3 + 0e5a875 commit 8f031c3
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 @@ -94,6 +94,7 @@ type Bridge struct {
FinishedAt *time.Time `json:"finished_at"`
ErasedAt *time.Time `json:"erased_at"`
Duration float64 `json:"duration"`
QueuedDuration float64 `json:"queued_duration"`
ID int `json:"id"`
Name string `json:"name"`
Pipeline PipelineInfo `json:"pipeline"`
Expand Down

0 comments on commit 8f031c3

Please sign in to comment.