7

What is the difference between Atlassian bitbucket and bamboo applications? I can see that bamboo is a CI/CD tool and bitbucket is a version control, but you can use bitbucket as CI/CD tool i suppose.Why do we need bamboo?

Jean-François Fabre
  • 137,073
  • 23
  • 153
  • 219

1 Answers1

16

The confusion here is that Bitbucket server (the on-prem Bitbucket) does not have CI/CD capability, where as Bitbucket cloud does (Bitbucket pipelines).

If you're building an on-prem only CI/CD platform, you need Bamboo (or Jenkins or ...). If you're building a cloud CI/CD platform, you can do so with just Bitbucket cloud (or with Travis, CircleCI, ...)

Rich Duncan
  • 1,845
  • 1
  • 12
  • 13