We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd9712 commit a8ff1e8Copy full SHA for a8ff1e8
gitlab/payload.go
@@ -139,7 +139,7 @@ type BuildEventPayload struct {
139
BuildStatus string `json:"build_status"`
140
BuildStartedAt customTime `json:"build_started_at"`
141
BuildFinishedAt customTime `json:"build_finished_at"`
142
- BuildDuration float64 `json:"build_duration"`
+ BuildDuration int64 `json:"build_duration"`
143
BuildAllowFailure bool `json:"build_allow_failure"`
144
ProjectID int64 `json:"project_id"`
145
ProjectName string `json:"project_name"`
0 commit comments