Hello everyone! How to make Pact broker web-hook s...
# pact-broker
s
Hello everyone! How to make Pact broker web-hook status green again? I had to change content changed web-hook build URL due to our Jenkins migration. So web-hook did not trigger and web-hook status was in red state. Now I updated the correct URL and web-hook triggers successfully but I still see web-hook status as red instead of green. Anyone experienced this?
b
What event is the webhook for?
it groups the webhooks by webhook uuid, consumer id, provider id and event name.
I think the problem is that the triggered webhooks were deliberately not being removed when the webhook was removed.
I’ll see if I can fix up that query so it doesn’t happen.
s
event is "contract_content_changed"
I updated the web-hook, red status I deleted the previous one and created a new one, still see red status
message has been deleted
b
yeah, I think I know why. I’ll see if I can fix that.
s
Thank you Beth