webhook from Buildkite deployments not working #8257
eduardoarantes
started this conversation in
General
Replies: 1 comment
-
After more digging, I think I am not clear on the scope of webhook. How do I bring my cicd pipelines without a plugin? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I use Buildkite for our cicd tool.
Since there is no default plugin for it, I am using a webhoo.k
I notice that not all the reports metrics are working.
"Number of successful pipeline runs" for example
After a bit of digging, I believe the issue is with the field
cicd_scope_id
on thecicd_deployments
table.The value there is
webhook:1
.In the
cicd_scopes
table they look likebitbucket:BitbucketRepo:1:my_team_slug/my_repo_name
How is the
cicd_scope_id
field on thecicd_deployments
table populated from the webhook?What could be missing?
This is a webhook payload
`
`
Beta Was this translation helpful? Give feedback.
All reactions