# Go continuous delivery

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Go_continuous_delivery
> Markdown URL: https://mediated.wiki/source/Go_continuous_delivery.md
> Source: https://en.wikipedia.org/wiki/Go_continuous_delivery
> Source revision: 1345217182
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

{{Short description|Software development tool written in GO}}
{{COI|date=July 2015}}
{{Infobox software
| title = GoCD
| name = GoCD
| logo = 
| screenshot = 
| caption = 
| collapsible = 
| author = ThoughtWorks
| released = 2007 (as Cruise)<ref name="InfoQ">{{cite news|last1=Avram|first1=Abel|title=ThoughtWorks Open Sources Go, a CD Tool|url=http://www.infoq.com/news/2014/03/thoughtworks-go-snap|accessdate=29 March 2016|publisher=InfoQ|date=7 Mar 2014}}</ref>
| discontinued = 
| latest release version = 25.3.0<ref>{{cite web|title=What's new? Release notes of GoCD|url=https://www.gocd.org/releases|website=GoCD project release notes page|accessdate=2025-08-13}}</ref>
| latest release date = {{Start date and age|2025|08|01|df=yes}}
| latest preview version = 25.4.0-20900<ref>{{cite web|title=Github release page|url=https://github.com/gocd/gocd/releases|website=GoCD github page|accessdate=2025-08-13}}</ref>
| latest preview date = {{Start date and age|2025|08|13|df=yes}}
| programming language = [Java](/source/Java_(programming_language)), [TypeScript](/source/TypeScript)
| platform = [cross platform](/source/cross_platform)
| language = 
| genre = [Continuous delivery](/source/Continuous_delivery)
| license = [Apache License](/source/Apache_License) 2.0
| website = {{Official URL}}
}}
'''GoCD''' is an [open-source](/source/open-source_software) tool which is used in software development to help teams and organizations automate the [continuous delivery](/source/continuous_delivery) (CD) of software. It supports automating the entire build-test-release process from code check-in to deployment. It helps to keep producing valuable software in short cycles and ensure that the software can be reliably released at any time. It supports several [version control](/source/version_control) tools including [Git](/source/Git_(software)), [Mercurial](/source/Mercurial), [Subversion](/source/Subversion_(software)), [Perforce](/source/Perforce) and [TFVC](/source/Team_Foundation_Version_Control) (''a la'' TFS). Other version control software can be supported by installing additional plugins. GoCD is released under the [Apache 2 License](/source/Apache_License).

==History==
GoCD was originally developed at [ThoughtWorks](/source/ThoughtWorks) Studios in 2007 and was called Cruise before being renamed GoCD in 2010. GoCD was released as open source software in 2014 under the Apache 2 License.<ref name="InfoQ" /><ref>{{cite web|last1=Fowler|first1=Martin|title=Open-Sourcing ThoughtWorks Go|url=http://martinfowler.com/articles/go-interview.html|website=martinfowler.com|accessdate=29 March 2016|date=25 March 2014}}</ref>

==Plugins==
GoCD allows for extending its feature by allowing users to install several [https://www.gocd.org/plugins plugins] to allow integration with authentication and authorization software, version control software, build tools, notification and chat tools and cloud computing providers.<ref>{{Cite web |title=Top 60+ Azure DevOps Interview Questions and Answers - 2023 |url=https://www.edureka.co/blog/interview-questions/top-azure-devops-interview-questions-and-answers/ |access-date=2023-06-06 |website=Edureka |language=en-US}}</ref>

==See also==
{{Portal|Free and open-source software}}
* [Comparison of continuous integration software](/source/Comparison_of_continuous_integration_software)

==References==
{{Reflist}}

==External links==
*{{Official website}}

Category:Software development kits
Category:Software release
Category:2015 software
Category:Java development tools
Category:Free software programmed in Java
Category:Free software programmed in TypeScript
Category:Cross-platform free software
Category:Software using the Apache license

---
Adapted from the Wikipedia article [Go continuous delivery](https://en.wikipedia.org/wiki/Go_continuous_delivery) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Go_continuous_delivery?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
