Hi all,
I would like to know if there is a way to trigger a webhook event when a branch closes?
The reason I need this is that we want to work with dynamic namespaces in Kubernetes.
Each branch creation triggers a webhook that eventually creates a new namespace in Kubernetes and automatically deploys the branch application version.
For the creation, I used the "push to repository" event webhook.
For keeping my Kubernetes cluster clean, I need to close this namespace at the moment the branch is no longer exists.
Hi @Dor Mull-or
Welcome to the community.
Bitbucket Cloud Webhooks should be triggered when a branch is deleted using the repo:push event.
You can verify if that is a branch deletion trigger by validating the payload with the property push.changes.closed.
If the "closed" parameter value is set to true, that means it was a branch deletion.
Hope it helps and let me know if you have further questions that I can help with.
Regards,
Mark C
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.