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 cd70db9 commit 8618bb2Copy full SHA for 8618bb2
gitlab/payload.go
@@ -150,6 +150,7 @@ type BuildEventPayload struct {
150
User User `json:"user"`
151
Commit BuildCommit `json:"commit"`
152
Repository Repository `json:"repository"`
153
+ Runner Runner `json:"runner"`
154
}
155
156
// JobEventPayload contains the information for GitLab's Job status change
0 commit comments