Trigger a TeamCity build after a pull request completes

86 Views Asked by At

Our current setup is to have a build triggered by pull request which will publish the output to a network location for testing. Once testing is completed then the pull request is accepted and merged into the main branch. I want to set up another build that looks for a pull request to be merged and then delete the output of the branch since we no longer need it. I can't seem to find any way to do this with Bitbucket Server, only Github. Is it even possible to do?

0

There are 0 best solutions below