GoCD review 2026: how this open-source continuous delivery server from Thoughtworks works, its history from Cruise, pricing (its free), features, pros and cons.
GoCD is a free, open-source continuous delivery server used to model and run complex build, test and deployment pipelines. It originated at Thoughtworks Studios in 2007 as a commercial product named Cruise, an evolution of the earlier CruiseControl continuous integration server, and was renamed GoCD around 2010.
Thoughtworks open-sourced GoCD under the Apache License, Version 2.0 on 25 February 2014. Since January 2021, the project has had no dedicated organizational backing or commercial support offering, continuing purely as a community-maintained project sponsored by Thoughtworks.
GoCD's signature feature is its value-stream map, a single visual representation of the entire path from a code commit through every build, test and deployment stage to production. Pipeline modeling supports parallel execution and complex fan-in and fan-out dependency management, all built in rather than requiring heavy plugin stacking.
The platform provides traceability that lets teams compare files, artifacts and commit messages across any two arbitrary builds, integrates with Kubernetes, Docker and AWS for cloud-native deployment, and supports an extensible plugin architecture for source control, artifact storage, authentication and notifications.
GoCD is entirely free and open-source, licensed under Apache 2.0, with no commercial tier or paid subscription. Teams download the server and agent binaries or container images and run them on their own infrastructure at no cost.
There is no paid support contract available, since Thoughtworks no longer offers commercial support for GoCD; users rely on community documentation, GitHub issues and forums instead.
Yes, GoCD is completely free and open-source software licensed under Apache 2.0, with no commercial tier or subscription fee.
GoCD originated at Thoughtworks Studios in 2007 as a commercial product named Cruise, an evolution of the CruiseControl continuous integration server, and was renamed GoCD around 2010 before being open-sourced in February 2014.
GoCD has had no dedicated organizational backing or commercial support since January 2021, and it continues today as a community-maintained project sponsored by Thoughtworks rather than an actively funded product.
GoCD's built-in value-stream map and native complex pipeline modeling and cross-build traceability come out of the box, whereas Jenkins typically relies on a much larger plugin ecosystem to achieve comparable pipeline visualization.
Yes, GoCD integrates with Kubernetes, Docker and AWS, letting teams run pipeline agents and deployments in cloud-native and containerized environments.
No, GoCD is only available as self-hosted, open-source software; there is no official managed cloud offering from Thoughtworks.