You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forwarding this event as a BuildEvents requires that the user subscribes to both JobEvents and BuildEvents when they call hook.Parse(...).
Otherwise the end up with the error message in
webhooks/gitlab/gitlab.go
Line 214 in 69430a8
Forwarding this event as a BuildEvents requires that the user subscribes to both
JobEvents
andBuildEvents
when they callhook.Parse(...)
.Otherwise the end up with the error message in
webhooks/gitlab/gitlab.go
Line 153 in 69430a8
This leads to confusing code, when one wants to actually subscribe to JobEvents, but must handle it later on as
gitlab.BuildEventPayload
.The text was updated successfully, but these errors were encountered: