I have a pipeline that creates a review app on Heroku when I create a pull request on bitbucket. This pipeline is started from pipelines:pull-requests:'**".
When a pull request gets closed, I would like to destroy the review app. How do I trigger a pipeline when a pull request is closed?
you should be able to create a webhook for your repository that triggers on pull request merge or decline. That webhook could either remove the Heroku app itself or trigger a manual pipeline that performs the task?
https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html
Thank you for your answer! Using a webhook looks like a good work-around for this.
Are there any plans to include this functionality in bitbucket-pipelines.yml?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I could not find any issue related to that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.