We use bitbucket and bamboo in our project. We have test environments where we enable feature branch deployments.
We are trying to automate these feature branch deployments whenever the Pull request is raised in bitbucket. We are enabling "gatekeeper" to "merge and build" when the Pull request is made. But we need are not actually merging the feature branch with the master/develop branch. we need that particular build to trigger a deployment(where a feature branch could be deployed)
Could you help us know how could we enable automated deployments for the feature branches with pull requests.
Feature request https://jira.atlassian.com/browse/BAM-14013
Use Script task to trigger deployment through this REST API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.