Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove build events, since they don't exist in newer GitLab versions #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

catouc
Copy link

@catouc catouc commented Mar 13, 2022

According to
https://docs.gitlab.com/14.8/ee/user/project/integrations/webhook_events.html
those event payloads don't exist, the logic to parse a JobEvent down
into a BuildEvent actively removes fields like PipelineID from the
payload.

@coveralls
Copy link

coveralls commented Mar 13, 2022

Coverage Status

Coverage increased (+0.03%) to 88.235% when pulling aac0fc2 on Deichindianer:gitlab/remove-build-events into 9c954e2 on go-playground:master.

According to
https://docs.gitlab.com/14.8/ee/user/project/integrations/webhook_events.html
those event payloads don't exist, the logic to parse a `JobEvent` down
into a `BuildEvent` actively removes fields like `PipelineID` from the
payload.
@catouc catouc force-pushed the gitlab/remove-build-events branch from bcfd30d to aac0fc2 Compare March 13, 2022 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants