8 CI/CD Tools to Help You Ship Early and Ship Often - NodeSource

The NodeSource Blog

You have reached the beginning of time!

8 CI/CD Tools to Help You Ship Early and Ship Often

Ensuring code quality and compliance is one of the toughest issues facing Node.js teams - we want to ship early and ship often, but we also want to ship well. You don’t want to send something that’s going to break, something that’s going to fail, to the user, right?

Part of the way we’ve been able to keep up the ship early, ship often mantra is through heavy automation. We’ve built out entire ecosystems around automation that allow us to ship quickly and mitigate the majority of issues before they happen. One of the key developments in this process of automation has been the widespread adoption of Continuous Integration and Continuous Delivery, also known as CI/CD.

Last week, I published an article on some convenient CI/CD tools for Node.js projects. This week, I wanted to take a slightly different approach and share some lesser known tools you either may not have known about or not known to think of that can really provide a helpful boost to your development lifecycle in the CI/CD stage.

Build Systems

CodeShip

CodeShip is a pretty simple CI/CD platform that’s awesome for smaller and medium teams. It’s quick to set up and get going with extremely low friction - about comparable to Travis in terms of ease-of-use, which I mentioned in my article on CI/CD tools for Node.js last week, but with a sizable set of integrations and options that will allow you to customize your CI/CD pipeline to your workflow and tools of choice.

If you want to get up and running quickly with a CI/CD pipeline integrated into your workflow for a smaller team that’s using one of the common cloud service providers (like Azure, GCP, or AWS - each of which they have docs for), CodeShip is probably going to be a good option for you. That said, you may want to look into others like CircleCI or MagnumCI as alternatives.

CodeFresh

CodeFresh is an interesting tool that I had the chance to learn a bit about at DockerCon in Austin a few weeks ago. Basically, they’re taking a different approach and providing a CI/CD pipeline purely for your Docker images.

While not what I’ve thought as a typical application CI/CD platform, CodeFresh is giving an interesting way to think about and use CI/CD in the evolving landscape of containerization with Docker, Kubernetes, and the Cloud-native landscape.

Bamboo

Bamboo is a CI/CD offering from Atlassian. It has a pretty extensive out-of-the-box feature set and is runnable from your hardware. A more enterprise-focused solution with really competitive features, pricing, and support - it’s an interesting CI/CD system that we’ve seen in production a few times at an impressive scale.

If you’re using the Atlassian stack with your team, Bamboo is really an easy choice. It offers a ton of other integrations as well, so you can tweak it to your team’s ideal workflow and get going.

CI/CD in your Version Control

GitLab

GitLab has done some super awesome development around the CI/CD story in their platform. At this point, after GitHub integration, I’ve been seeing GitLab CI/CD integration as a common base feature for almost any CI/CD tooling that’s not entirely focused on free and open-source projects.

They’ve really built out a pretty extensive CI/CD feature set in a really short amount of time. One nice thing is that it’s free on the hosted GitLab site, and comes built-in with the Enterprise version as well - so if you’re using GitLab for version control, chances are you can get up and running with CI/CD pretty quickly.

BitBucket

I’ve already mentioned Atlassian’s Bamboo build system, but Atlassian also has integrated, hosted CI/CD tooling in BitBucket as well, which they call Pipelines. Basically, Pipelines are BitBucket’s solution to CI/CD integration into the hosted SaaS version of BitBucket - again, if you’re using BitBucket as part of your toolset, pipelines are a simple place to start integrating CI/CD into your workflows.

GitHub’s Integration Library

This is a feature I’d totally forgotten about until I was doing some research recently, but GitHub actually has a really nice section for CI/CD in their Integrations Library.

CI/CD in Your Cloud

Azure

Azure is growing really quickly with pretty impressive adoption by the CI/CD tools. Any CI/CD platform is going to support it at this point. CodeShip and CircleCI both integrate into Azure natively, and Microsoft has been building some really good guides surrounding CI/CD and the Azure Container Service for other tooling like Jenkins and DC/OS.

Microsoft has done a fantastic job with their CI/CD, Node.js, and container story on Azure to the point that you can now tailor a CI/CD system to your specific technical needs pretty rapidly, allowing you to set up and start shipping your apps to production with as little friction as possible.

Heroku

Heroku’s also got an interesting CI/CD tool, which they aptly call Flow. Flow lets you set up what Heroku calls a Pipeline (different from BitBucket’s Pipelines, mentioned earlier) that you can run your staging workflow, setup review apps that you can start up and spin down with relative ease, and integrate into GitHub for deployment requests and status.

Flow seems to be a perfect extension of the Heroku platform. It enables the quick spin-ups that Heroku has always been good at, and extends that strength into the CI/CD workflow.

Just one more thing...

If you'd like to keep reading about Node.js, deployment, security, and more, I've got some awesome resources for you.

Containers are becoming more and more central to the story surrounding the CI/CD toolchain. If you’re working with CI/CD building Node.js apps, I definitely recommend you go check out our tips for dockerizing Node.js apps - otherwise, you may want to check out our other Docker articles.

Additionally, if you’re interested in locking down your Node.js apps and getting insight into the security, licenses, and overall quality of your dependencies, you should check out NodeSource Certified Modules. We’ve built out Certified Modules as a tool geared toward ensuring security and quality all the way down - an important part of development and deployment strategies when working with Node.js applications at scale.

The NodeSource platform offers a high-definition view of the performance, security and behavior of Node.js applications and functions.

Start for Free