This question is in reference to Atlassian Documentation: Integrating Bamboo with Bitbucket Server
Your documentation talks about how I can see the build status on commits and pull requests. While there is documentation on how to set up branch builds, theres no documentation about how to set up Bamboo to build only Pull Requests (in addition to master).
I'm currently running Stash v3.11.
There is a jenkins plugin that does exactly this, it's a huge pity that bamboo doesn't do this out of the box. You can also make bamboo do it with some manual git calls.
For more details see the answers in https://answers.atlassian.com/questions/188883
Pull request is not a branch. It is the delta between the source and destination. You cannot create a build against that. I am afraid you will have to build the branch and rely on pull request code reviews to make sure the code is good to go!
Atleast that's what I have done so far. Would be interesting to see if there are other options or not.
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.