Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×We would like to be able to test pull-requests before the branch is merged into the master. We use both Bamboo and Jenkins in our company, but with Bamboo it seems there is no way to trigger and view pull-request builds (natively anyway). (I have read this question regarding Bitbucket and Bamboo.)
The image below shows what we would like to have: pull requests with a 'Builds' column to see whether they build or not. Is this in any way doable with Bitbucket and either Bamboo or Jenkins?
Bamboo 6 supports building pull requests. Just choose the PR workflow in "branches" tab for a plan.
Ah thanks! In that tab, I missed the 'Create plan branch' button, which was necessary to start the whole process...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Note - this capability was in a roundabout way, availble in versions of Bamboo prior to 6.0, also, via the "branch build" capabilities. We've been using it extensively in our 5.x infrastructure for a few years.
We're automatically building on every branch (that matches a given pattern) for most of our projects.
EDIT: In our case, bamboo builds every branch pushed for a given bitbucket repo, regardless of whether there is an existing pull request for it. While that may not be what you are looking for (and can be "overkill", the answer ultimatly is that for our organization, who cares? (we also use bamboo server, and have no added cost for spinning up VM's locally to handle agents). However, our builds don't tend to take all that long to run, either.
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.