DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
  1. DZone
  2. Testing, Deployment, and Maintenance
  3. Deployment
  4. CI/CD Tools Throwdown: Jenkins vs. TeamCity vs. Bamboo

CI/CD Tools Throwdown: Jenkins vs. TeamCity vs. Bamboo

Take a look at three of the top CI/CD tools for DevOps - Jenkins, TeamCity, and Bamboo - to give you the insight to make the choice.

Ben Putano user avatar by
Ben Putano
·
Feb. 14, 18 · Analysis
Like (5)
Save
Tweet
Share
17.07K Views

Join the DZone community and get the full member experience.

Join For Free

Have you ever looked at the Olympic world records from 1924? I know you're here for a good ol' CI/CD tools throwdown, but hear me out.

If you compare the 1924 records to those from 2016, those Olympians wouldn't even make their national teams. That's how much better, faster, and stronger athletes are today.

Image title

Image title

Most of this improvement is the result of better performance techniques and practice regimens. Here's where we get back to CI/CD: the old way of deploying software is like a 1924 Olympian trying to compete in the 21st Century. There's no chance of success. You'll be left in the dust.

Continuous Integration and Continuous Delivery are best practices for software deployment today. These techniques help you deploy better software faster, with fewer errors, and a quicker feedback loop. It's a win-win-win for the company, customers, and developers. All that's needed is a set of tools to make it happen.

We're going to look at 3 of the top CI/CD tools on the market today: Jenkins, TeamCity, and Bamboo. By the end of this article, you should feel confident selecting a tool for your team. If you already use one of these tools and looking to make a change, this article will provide you with the insight needed to make the right decision.

Before we get into the throwdown itself, let's briefly cover the basics of each tool.

What Is Jenkins?

Jenkins is the most popular open source CI/CD tool on the market today. Jenkins allows developers to automatically build, integrate, and test code as soon as they commit it to the source repository. This allows developers to catch bugs quickly and ultimately deploy much faster.

Originally created to be a build automation tool for Java applications, it has since evolved into multi-faceted platform with over 1,400 plugins for other software tools. According to InfoWorld, these plugins expand Jenkins into five areas: platforms, UI administration, source code management, and build management.

What Is Bamboo?

Bamboo is a CI/CD server from Atlassian. Like other CI/CD servers, Bamboo allows developers to automatically build, integrate, and test source code, then prepare the app for deployment. Bamboo also works seamlessly with Atlassian's other tools like Jira (project management) and Hipchat (team communication).

What Is TeamCity?

TeamCity is another commercial CI/CD server, this time from the firm JetBrains. It is known for its incredibly simple setup and beautiful user interface. It has a robust set of features out of the box and a growing plugin ecosystem.

CI/CD Tools Throwdown

Ladies and gentlemen, prepare yourself for the main attraction. It's time for these CI/CD tools to rumble! We'll look at the most important attributes of CI/CD, and see how these tools stack up. By the end of this section, you'll know exactly which CI/CD tool is right for you.

Before we look at what makes these tools different, it's important to point out how they're similar.

Jenkins, TeamCity, and Bamboo are all excellent tools for continuous integration, automated builds, automated testing, and continuous delivery. They all offer integrations that extend their capabilities further, though the number of integrations differs between tools. All three also offer great support and documentation, but again there are differences in depth and quality.

In short, the reason we are comparing these tools is that they are the best in the biz.

OK, enough of the niceties. Let's rumble!

Image title

Open Source vs. Commercial

Jenkins is an open source project supported by developers around the world. Bamboo and TeamCity are both commercial tools developed and maintained by their parent businesses. The biggest difference for the user is the size of community found around Jenkins versus the other two tools.

Ease of Setup and Use

TeamCity takes the cake for ease of setup and use. It's known for its out-of-the-box usability, particularly its secure default configuration. It also has a gorgeous UI that makes it even easier for CI newbies to get caught up. Bamboo is comparable and in its ease of use, but the UI is not quite as pretty, and G2 Crowd ranks TeamCity higher than Bamboo for "Ease of Setup."

Jenkins falls short of both TeamCity and Bamboo in this category. Jenkins' UI is a little more old school, but the new Blue Ocean interface was a major upgrade. Still, the open source software comes inherently with lower usability and ease-of-setup.

Out-of-Box Features

TeamCity comes stacked right out of the box, with excellent build history, source control, and build chain tools. Bamboo has fewer features out of the box, but integrates natively with the rest of Atlassian's tool stack. This makes Bamboo feel more feature rich without possessing the features itself. Jenkins is the most feature-sparse tool of the three, but it makes up for it with a vast plugin ecosystem, as we'll discuss next.

Integrations and Plugins

The competition isn't even close when it comes to integrations and plugins. Jenkins has a massive ecosystem of plugins, giving it unprecedented customization and extensibility. Bamboo and TeamCity are slowly growing their ecosystems, but at this rate, they will probably never catch up.

Support

As an open source project, Jenkins has a large, helpful community of contributors that provide support to one another. As such, Jenkins has extensive documentation, but you're left to comb through the docs yourself to learn or solve a problem. Bamboo and TeamCity, on the other hand, offer professional support from their parent businesses as well as growing user communities. Bamboo and TeamCity users will find a nice mix of hands-on support from corporate as well as crowd-sourced support from the community.

Run on Cloud?

Many small-to-medium size software teams run exclusively on cloud infrastructure. So it was baffling to some Bamboo users when Atlassian discontinued Bamboo cloud, forcing teams to run it on-premise. They replaced the service with BitBucket Pipelines, but many feel it isn't a perfect replacement. Jenkins and TeamCity are still available to run on cloud servers.

Pricing

As open source software, Jenkins is completely free to use, no matter your scale. TeamCity offers a rather usable free version that gives you 100 build configurations and unlimited builds. After that, pricing starts at $299 per year.

Bamboo is the most expensive of the tools. It starts at just $10, but offers an extremely limited experience for this price. For the whole experience, you'll have to license Bamboo for a one-time cost of $880 for 1 remote agent.

Which CI/CD Tool Is Best for You?

Clearly, the winner of this throwdown is a toss-up. To choose the right CI/CD tool, you'll need to take a hard look at your budget, your internal resources, and the amount of time you want to spend on learning and setup. If you have a DIY attitude and want maximum functionality, then Jenkins is probably the tool for you. If you prefer an easier user experience and a tool that integrates with your existing tech stack, then check out Bamboo. For a beautiful interface and great out-of-the-box functionality, TeamCity is the way to go.

Remember that your CI/CD tool is just one of the tools you'll need to win the race of software development. Deployment and application monitoring are equally important elements of agile development. Never settle for the process you have; keep exploring for ways to upgrade your techniques and practices.

Continuous Integration/Deployment Bamboo (software) Jenkins (software) TeamCity Open source

Published at DZone with permission of Ben Putano, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Tech Layoffs [Comic]
  • Iptables Basic Commands for Novice
  • Utilize OpenAI API to Extract Information From PDF Files
  • Top 5 Node.js REST API Frameworks

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: