Skip to content

Commit

Permalink
Add queued_duration field
Browse files Browse the repository at this point in the history
  • Loading branch information
Klyahin Aleksey committed Jul 26, 2021
1 parent 966fbad commit 4e41366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs.go
Expand Up @@ -42,6 +42,7 @@ type Job struct {
StartedAt *time.Time `json:"started_at"`
FinishedAt *time.Time `json:"finished_at"`
Duration float64 `json:"duration"`
QueuedDuration float64 `json:"queued_duration"`
ArtifactsExpireAt *time.Time `json:"artifacts_expire_at"`
TagList []string `json:"tag_list"`
ID int `json:"id"`
Expand Down

0 comments on commit 4e41366

Please sign in to comment.