1. Works best with Jira, Bitbucket, Confluence, etc., which helps in tracking all the Jira issues in a build and allows navigation to Bitbucket to see exact commits and details in a particular build.<br>2. We can run builds in parallel across multiple agents, which can be very useful in large teams.<br>3. Unlike other CI/CD tools, Bamboo has dedicated deployment projects for each project, which helps in isolating deployment logic from build logic.<br>4. It has scripts, custom tasks, and environment variables that can be used to automate specific tasks like pushing certain things over the cloud, generating bundles (we had a requirement where we wanted to publish keys to a third-party web app before deploying the code on production, and we were able to achieve this in Bamboo with the help of scripts).<br>5. We can integrate Docker to generate images, which reduces the deployment time significantly.<br>6. It's very easy to use; anyone with no prior experience, with a little bit of guidance, would be able to use Bamboo.<br>7. It has excellent customer support.<br>8. We use it on a daily basis for all our deployment and building artifacts.<br>9. It is easy to implement, providing easy integration with Atlassian products. Review collected by and hosted on G2.com.
It is server-only, which means tasks are executed on the Bamboo server itself and are not allowed to run on remote agents. Review collected by and hosted on G2.com.