The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
Beginning on April 4th, we will be implementing push limits. This means that your push cannot be completed if it is over 3.5 GB. If you do attempt to complete a push that is over 3.5 GB, it will fail...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.