I want to run a new environment for every feature branch. But I also want to delete the stack (which was created via pipeline) when den branch will be deleted. Is there any possibility to do this via BitBucket Pipeline?
Community moderators have prevented the ability to post new answers.
I see a BRANCH_DELETED hook now, can anyone let me know if this is now possible?
If someone searches this from google, there was a feature request that was closed: https://jira.atlassian.com/browse/BCLOUD-17508
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Christopher,
There is currently no way to create a Pipeline when a feature branch is deleted. Perhaps you could create a Pipeline that runs on the branch you merge into, assume that Pipeline is only run after a merge has complete.
You can also open a feature request and include details of your use-case there.
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.