
Open Source Continuous Delivery and Release Automation Server | GoCD
GoCD streamlines your CD workflow on popular cloud environments such as Kubernetes, Docker, AWS and more. GoCD excels at modeling complex CD workflows for fast feedback with its …
GoCD 整行记(零):基于 Docker 打造 CI/CD 流水线 - 简书
2021年3月31日 · GoCD 整行记(零):基于 Docker 打造 CI/CD 流水线. 本系列文章手把手教你打造一套从代码提交到服务部署的完整流水线。我将以一个 SpringBoot 程序为例。 目标 流程梳 …
开源免费的持续集成/持续交付 CI/CD 工具 - 知乎
Codeship 是一款持续集成和持续交付(CI/CD)工具,旨在帮助开发团队自动化构建、测试和部署软件。 它提供了简单易用的界面和强大的功能,适用于各种规模的项目。
GoCD:开源的持续交付与持续集成工具详解 - uqoo.cc
2024年11月8日 · GoCD 是一款免费的开源 CI/CD 工具,具有高度灵活的流水线配置和可视化管理功能。 它通过“构建代理”来管理任务的分布和执行,可以轻松集成版本控制系统(如 Git …
搭建一套 gocd 的环境_CI/CD_tcpgnl_InfoQ写作社区
我们本次采用的策略是,一个 master 节点 两个 slave 的模式进行演示,本文的主要的目的是采用 CentOS 系统安装运行 gocd,并且连接 node 节点。 gocd 官网也有这些具体的教程,我们通过 …
GoCD从入门到放弃 - 基础使用 - 简书
2018年11月18日 · GoCD,一个开源的持续集成和持续交付系统,可以在持续交付过程中执行编译,自动化测试,自动部署等等,于Jenkins类似。 GoCD的基础架构由Server和Agent组成: ...
GoCD 使用介绍-谢先斌的博客 - chinese
2017年2月4日 · GoCD使用了Server-Agent的模式。 Server用来展示和配置pipeline的DashBoard,并存放构建出来的Artifacts(存档文件,比如一个war包); Agent则用来执行真正 …
GoCD - Continuous Delivery server main repository - GitHub
This is the main repository for GoCD - a continuous delivery server. GoCD helps you automate and streamline the build-test-release cycle for worry-free, continuous delivery of your product. …
GoCD很好,但说说Jenkins吧 - 知乎 - 知乎专栏
例如,在微服务的大型项目中,往往一个系统是由数十个小的微服务组成的,而着数十个微服务均需要各自的cicd的流水线,来完成打包、部署的过程,彼此之间又是同一套开发框架,所需要 …
Introduction | GoCD User Documentation
Get hands-on with GoCD. GoCD test drive - try it easily; Understand concepts in GoCD; Step-by-step guide to your first pipeline; Installing GoCD for real