Need advice about which tool to choose?Ask the StackShare community!

Bamboo

512
546
+ 1
17
Concourse

259
390
+ 1
54
Add tool

Bamboo vs Concourse: What are the differences?

Introduction

Bamboo and Concourse are two popular continuous integration and continuous deployment (CI/CD) tools used by developers for automating the software development process. Despite serving the same purpose, there are key differences that set them apart.

  1. Pipeline Configuration: Bamboo uses a graphical user interface for defining pipelines, whereas Concourse uses a declarative code (YAML) approach, making pipeline configurations more code-centric and easier to version control.

  2. Scalability: Bamboo is known to struggle with scalability when handling a large number of concurrent builds, whereas Concourse is designed to be highly scalable and distributed, making it more suitable for large and complex projects.

  3. Resource Utilization: Concourse excels in resource utilization by running each task in its own container, ensuring efficient resource isolation and management, whereas Bamboo may share resources among tasks leading to potential bottlenecks.

  4. Dependency Management: Bamboo relies on plugins for integrating with different tools and services, which may create compatibility issues, while Concourse offers built-in resource types for easier dependency management without the need for extensive plugin support.

  5. Community Support: Concourse has a strong open-source community contributing to its development and providing support, whereas Bamboo, being a proprietary tool by Atlassian, may have limited community-driven updates and enhancements.

  6. User Interface: Bamboo offers a visually appealing and user-friendly interface, making it easier for less technical users to navigate and use, while Concourse focuses more on functionality over aesthetics, catering to a more technical audience.

In Summary, Bamboo and Concourse differ in pipeline configuration, scalability, resource utilization, dependency management, community support, and user interface, all of which contribute to their suitability for different development environments and projects.

Advice on Bamboo and Concourse
Needs advice
on
ConcourseConcourse
and
JenkinsJenkins

I'm planning to setup complete CD-CD setup for spark and python application which we are going to deploy in aws lambda and EMR Cluster. Which tool would be best one to choose. Since my company is trying to adopt to concourse i would like to understand what are the lack of capabilities concourse have . Thanks in advance !

See more
Replies (1)
Maxi Krone
Cloud Engineer at fme AG · | 2 upvotes · 392.8K views
Recommends
on
ConcourseConcourse

I would definetly recommend Concourse to you, as it is one of the most advanced modern methods of making CI/CD while Jenkins is an old monolithic dinosaur. Concourse itself is cloudnative and containerbased which helps you to build simple, high-performance and scalable CI/CD pipelines. In my opinion, the only lack of skills you have with Concourse is your own knowledge of how to build pipelines and automate things. Technincally there is no lack, i would even say you can extend it way more easily. But as a Con it is more easy to interact with Jenkins if you are only used to UIs. Concourse needs someone which is capable of using CLIs.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Bamboo
Pros of Concourse
  • 10
    Integrates with other Atlassian tools
  • 4
    Great notification scheme
  • 2
    Great UI
  • 1
    Has Deployment Projects
  • 16
    Real pipelines
  • 10
    Containerised builds
  • 9
    Flexible engine
  • 6
    Fast
  • 4
    Open source
  • 3
    No Snowflakes
  • 3
    Simple configuration management
  • 2
    You have to do everything
  • 1
    Fancy Visualization

Sign up to add or upvote prosMake informed product decisions

Cons of Bamboo
Cons of Concourse
  • 6
    Expensive
  • 1
    Low community support
  • 1
    Bad UI
  • 1
    Bad integration with docker
  • 2
    Fail forward instead of rollback pattern

Sign up to add or upvote consMake informed product decisions

- No public GitHub repository available -

What is Bamboo?

Focus on coding and count on Bamboo as your CI and build server! Create multi-stage build plans, set up triggers to start builds upon commits, and assign agents to your critical builds and deployments.

What is Concourse?

Concourse's principles reduce the risk of switching to and from Concourse, by encouraging practices that decouple your project from your CI's little details, and keeping all configuration in declarative files that can be checked into version control.

Need advice about which tool to choose?Ask the StackShare community!

Jobs that mention Bamboo and Concourse as a desired skillset
What companies use Bamboo?
What companies use Concourse?
See which teams inside your own company are using Bamboo or Concourse.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Bamboo?
What tools integrate with Concourse?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to Bamboo and Concourse?
Jenkins
In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project.
Eucalyptus
Eucalyptus is open source software for building private, AWS-compatible IT, QA, and developer clouds. It makes it easy to deliver cloud computing, just like AWS, from within your data center.
GitHub Actions
It makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want.
Travis CI
Free for open source projects, our CI environment provides multiple runtimes (e.g. Node.js or PHP versions), data stores and so on. Because of this, hosting your project on travis-ci.com means you can effortlessly test your library or applications against multiple runtimes and data stores without even having all of them installed locally.
CircleCI
Continuous integration and delivery platform helps software teams rapidly release code with confidence by automating the build, test, and deploy process. Offers a modern software development platform that lets teams ramp.
See all alternatives