Bamboo vs Bitbucket comparison

Cancel
You must select at least 2 products to compare!
Atlassian Logo
3,366 views|3,378 comparisons
75% willing to recommend
Atlassian Logo
9,698 views|7,133 comparisons
97% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between Bamboo and Bitbucket based on real PeerSpot user reviews.

Find out what your peers are saying about GitLab, Jenkins, Amazon Web Services (AWS) and others in Build Automation.
To learn more, read our detailed Build Automation Report (Updated: May 2024).
772,679 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"In Bamboo, build and deployment have been segregated. The build plan and deployment plan are different. When comparing Bamboo to other solutions, the native feature you will not find in another tool, such as Jenkins. They have segregated the build and deployment plan. This means, building the application and deploying it are two separate parts in Bamboo, they have segregated it apart from the UI. This makes the tool a bit better compared to other tools.""Bamboo was used extensively in our organization for PCA compliance.""The most valuable feature of Bamboo is that it is a good tool for CI/CD integration.""One of the big things that made us choose Bamboo, is it seamlessly integrates its APIs into NetSuite, which is our main ELP system.""The platform helps us with automated and timely backup. It provides data replication as well.""It can do the CI pipeline well.""The most valuable features of Bamboo are its performance and UI. Additionally, there are a lot of useful plugins, integration with other solutions, such as Bitbucket and Jira, and a helpful online community.""Bamboo's integration with the rest of Atlassian's tech tools, like Jira, helps manage the end-to-end development and release process."

More Bamboo Pros →

"The planning model is good, and so is the suite of applications around it.""Bitbucket's most valuable feature is the web interface, which is useful compared to other tools, has a lot of features, and is intuitive.""The code reviews and the ability to support DevSecOps are very important.""Bitbucket is a standard source code repository with all the features you would expect. It supports Git and SVN. It's an extensive tool that provides us with merging, branching, and change management capabilities. You can compare the changes with the current and previous versions.""We have approximately 300 to 400 users using this solution. Our whole organization uses it. I rate the scalability of Bitbucket an eight out of ten.""The initial deployment is rather straightforward and only takes 30 minutes to an hour.""Bitbucket works fine for what I'm doing. It's slightly different from GitHub, but it's a good tool for storing code.""Bitbucket is a standard git implementation with perfectly coordinated screens, it's secure, and we have had no problems with it."

More Bitbucket Pros →

Cons
"It can be challenging for someone new to the system or ecosystem to grasp, making it difficult to train new people and help them understand.""Bamboo is a bit complicated to use compared to other solutions, such as GitLab. You have to integrate different actions that are difficult that could be made easier.""Bamboo could improve by having compatibility with GitLab. It would be better to have this platform for deploying code and storing container registries. Bamboo does not have a container registry. Additionally, there could be more features added.""One area that could be enhanced is the governance process, particularly with regard to building approvals and transitions between stages. In comparison to other solutions, such as Jira, which features a workflow that supports approval processes, this capability is not natively available in Bamboo. To implement this functionality, integration with other solutions, such as GSM may be necessary. Although some add-ons, such as Adaptavist ScriptRunner, are available in the market to circumvent this limitation, they may not offer the exact functionality needed. Therefore, there is certainly room for improvement in this area.""Bamboo can improve by providing more with scripting, such as they have with Jenkins. Bamboo is more UI-driven at this time, Jenkins is going in that direction too.""The solution needs to support more customization in the training. What's offered is pretty generic. They need better training and should offer more guidance.""The marketing strategy of Bamboo is an area of concern where improvements are needed.""It would be great if Bamboo could introduce a more containerized deployment model."

More Bamboo Cons →

"Bitbucket's stability isn't flawless. It has crashed on me occasionally, but I haven't yet lost anything after a crash.""Bitbucket could improve pipeline building and deployment. Our deployments are not using the Bitbucket. Deployments we are going through Azure DevOps, but the integration is happening in Bitbucket.""Bitbucket's usability and integration with other tools could be improved somewhat. My other issue is that Bitbucket, GitHub, GitLab, and all the other ones use slightly different jargon for the same things. They should come up with a standard language for all these tools.""Bitbucket could improve its security. For example, the user access security could improve.""Could provide some default branching options for users to adopt.""Bitbucket should consider having a CI/CD if they don’t have it already.""Bitbucket should integrate a static code analyzer.""Bitbucket doesn't currently offer AI functionalities."

More Bitbucket Cons →

Pricing and Cost Advice
  • "There is a subscription required to use Bamboo."
  • "If Bamboo could provide more flexibility on pricing, that would help. On the agent side, if you want to increase the number of agents it should be less expensive. If they can provide some better pricing model, it will help, whether we are going to use it or are already using it."
  • "The server products for small teams used to offer excellent pricing. However, Atlassian has since changed the offering and the pricing is more expensive. I do still think the solution offers good value for money."
  • "The price of Bamboo is reasonable."
  • "I rate the product’s pricing a five out of ten."
  • More Bamboo Pricing and Cost Advice →

  • "You have to buy additional licenses when you exceed 50 users."
  • "With our small number of users, our licensing fees are approximately $10 USD per month."
  • "Licensing is on a monthly basis, it's available on our website. They have a free version, the pro version and then they have an enterprise version, and we're using a kind of the middle of the pro version for about $7 per user per month."
  • "We have approximately 40 licenses for Bitbucket."
  • "I understand Bitbucket's cost is on the higher side."
  • "I rate the price from Bitbucket a four out of five."
  • "Sometimes there are issues in obtaining licenses and the pricing could be improved."
  • "When it comes to licensing we have the standard plan."
  • More Bitbucket Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Build Automation solutions are best for your needs.
    772,679 professionals have used our research since 2012.
    Comparison Review
    Anonymous User
    A biased and subjective comparison of Bamboo and Jenkins as CI servers for mobile development, based on practical experience with both. Continuous Integration and Continuous Deployment (Delivery, Distribution) has been around for quite a while. But surprisingly enough on a global scale it pretty much just got into its teen years in regards to mobile development. Well, subjectively, of course. You can see all levels of mobile CI these days. Some would still install builds from Xcode, others would have a quickly patched up build server under their desk. Xcode Bots meet the needs of yet another group of people. Travis CI is good and for open source projects it’s probably the best option. And guess what, I know few successful iOS development companies that develop apps for enterprise clients, and have no CI at all. The advanced level of CI would include distributed build systems with multiple build nodes, support for automated unit and UI tests, running tests on simulator and physical devices, automatic deployment to TestFlight, Hockey App, Over the Air, and much more. It becomes not just mobile development, but spans into areas like DevOps and others. Etsy’s blog post is somewhat outdated but still a very good example of where this path can take you. If you decide to take mobile CI under your total control, you have to pick a build server to start with. I personally have worked with Bamboo for 1.5 years and I’m dealing with Jenkins right now, so I have few insights… Read more →
    Questions from the Community
    Top Answer:Bamboo's integration with the rest of Atlassian's tech tools, like Jira, helps manage the end-to-end development and release process.
    Top Answer:I rate the product’s pricing a five out of ten.
    Top Answer:The tools and capabilities of the system are extensive. It can be challenging for someone new to the system or ecosystem to grasp, making it difficult to train new people and help them understand.
    Top Answer:It's straightforward to adapt to, with user-friendly features and a convenient UI.
    Top Answer:In a small-scale company where I previously worked, cost-saving measures led to a transition from GitLab's dedicated servers to GitHub's cloud-based solution. This switch resulted in significant cost… more »
    Top Answer:The product could be less expensive for small companies.
    Ranking
    5th
    out of 42 in Build Automation
    Views
    3,366
    Comparisons
    3,378
    Reviews
    6
    Average Words per Review
    554
    Rating
    7.7
    1st
    out of 16 in Version Control
    Views
    9,698
    Comparisons
    7,133
    Reviews
    31
    Average Words per Review
    332
    Rating
    8.5
    Comparisons
    GitLab logo
    Compared 42% of the time.
    Jenkins logo
    Compared 21% of the time.
    GitHub Actions logo
    Compared 10% of the time.
    Harness logo
    Compared 7% of the time.
    Tekton logo
    Compared 7% of the time.
    Bitbucket Server logo
    Compared 73% of the time.
    AWS CodeCommit logo
    Compared 15% of the time.
    GitHub logo
    Compared 4% of the time.
    Atlassian SourceTree logo
    Compared 4% of the time.
    IBM Rational ClearCase logo
    Compared 2% of the time.
    Learn More
    Overview
    Bamboo is a continuous integration and delivery tool that ties automated builds, tests and releases together in a single workflow. It works great alongside JIRA and Stash providing a fully traceable deployment pipeline.

    Bitbucket is a team-oriented Git-based code hosting and collaboration solution. The best-in-class Jira and Trello integrations in Bitbucket are meant to bring the entire software team together to complete a project. Bitbucket gives your team a single location to collaborate on code from concept to cloud deployment, to generate quality code through automated testing, and to deploy code with confidence.

    There are three deployment options for Bitbucket:

    1. Bitbucket Cloud is a web-based version of Bitbucket that is hosted on Atlassian's servers and accessible via a URL. Pipelines, an exclusive built-in CI/CD tool in Bitbucket Cloud, allows you to create, test, and deploy directly from Bitbucket.

    2. Bitbucket Server is installed on your computer and runs in your environment. Bamboo, our robust CI/CD platform, has strong connections with Bitbucket Server, allowing you to totally automate your workflow. The license is unlimited.

    3. Bitbucket Data Center appears to users as a single instance of Bitbucket Server, but it is actually hosted on a cluster of servers in your environment.
    4. This has some advantages over Bitbucket Server:

    • Availability: If one cluster node fails, the remaining cluster node(s) can continue to service requests, resulting in little or no downtime for customers.
    • Performance at scale: A cluster of numerous Bitbucket Server-running machines can manage more traffic than a single system.
    • Mirroring: For distributed teams working with large repositories, smart mirroring can increase Git clone performance.

    Bitbucket Features

    Bitbucket has many valuable key features. Some of the most useful ones include:

    • Workflow control: This helps you to enforce a project or team workflow.
    • Cooperation: Pull requests with inline commentary for code review cooperation.
    • Customization: If you don't find what you're looking for in our Marketplace, you can use our full Rest API to create unique features for your workflow.
    • Jira and Trello integration: Bring order to the chaos and keep the entire software company informed. Access to Jira issues and Trello cards' branches, build status, commits, and status.
    • Code collaboration: From concept to cloud, code collaboration is a must. Create a merging checklist with designated approvers and check for passing builds before transitioning Jira issues based on pull request status.
    • Consistent delivery: With built-in continuous delivery, you can build and test automatically. Build, test, and deploy with Bitbucket Pipelines, our integrated CI/CD solution. Benefit from code-based configuration and quick feedback loops.
    • Simple deployment: Keep track of your deployments, preview them, and confidently promote them.
    • Code security: You can rest easy knowing your code is safe on the cloud, and you can use checks to prevent errors from occurring.

    Reviews from Real Users

    Bitbucket stands out among its competitors for a number of reasons. Two major ones are its robust traceability and user-friendly interface. PeerSpot users take note of the advantages of these features in their reviews:

    One PeerSpot reviewer, a Developer III at an Information Technology at a energy/utilities company, writes, “Bitbucket has improved our organization because it has simplified and streamlined our developer communication code and review process. It is also much more visual.” He adds, “Bitbucket's traceability is great. Being able to see pool requests is just a great thing for collaboration.”

    Kajal P., Quality Assurance Manager at a tech services company, notes, “The solution is easy to use. If I need to check out my latest code or I need to send my local code to the depositories it is simple. Overall it has been a good experience from my side using this solution."

    Sample Customers
    Neocleus, MuleSoft, Interspire
    Oscar Insurance, Fugro Roames, Splunk, Rakuten, Red Giant, Met Office, Trulia, Onfido, TriNet, Orbitz Worldwide, Ames Research Center, Sotheby's
    Top Industries
    REVIEWERS
    Computer Software Company40%
    Financial Services Firm20%
    Marketing Services Firm10%
    Non Tech Company10%
    VISITORS READING REVIEWS
    Financial Services Firm18%
    Manufacturing Company14%
    Computer Software Company12%
    Government8%
    REVIEWERS
    Financial Services Firm22%
    Computer Software Company22%
    Government9%
    Media Company9%
    VISITORS READING REVIEWS
    Educational Organization44%
    Financial Services Firm10%
    Computer Software Company8%
    Manufacturing Company6%
    Company Size
    REVIEWERS
    Small Business30%
    Midsize Enterprise30%
    Large Enterprise40%
    VISITORS READING REVIEWS
    Small Business15%
    Midsize Enterprise15%
    Large Enterprise70%
    REVIEWERS
    Small Business41%
    Midsize Enterprise20%
    Large Enterprise39%
    VISITORS READING REVIEWS
    Small Business10%
    Midsize Enterprise50%
    Large Enterprise41%
    Buyer's Guide
    Build Automation
    May 2024
    Find out what your peers are saying about GitLab, Jenkins, Amazon Web Services (AWS) and others in Build Automation. Updated: May 2024.
    772,679 professionals have used our research since 2012.

    Bamboo is ranked 5th in Build Automation with 20 reviews while Bitbucket is ranked 1st in Version Control with 42 reviews. Bamboo is rated 7.4, while Bitbucket is rated 8.4. The top reviewer of Bamboo writes "High availability, helpful support, and plenty of plugins available". On the other hand, the top reviewer of Bitbucket writes "It's a good solution for storing code, but the usability and integration could be better". Bamboo is most compared with GitLab, Jenkins, GitHub Actions, Harness and Tekton, whereas Bitbucket is most compared with Bitbucket Server, AWS CodeCommit, GitHub, Atlassian SourceTree and IBM Rational ClearCase.

    We monitor all Build Automation reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.