欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Continuous delivery
来自开放百科 - 灰狐
(版本间的差异)
小 (→图集) |
小 (→图集) |
||
第39行: | 第39行: | ||
image:continuous-delivery-three-mainline.png|持续交付三条主线 | image:continuous-delivery-three-mainline.png|持续交付三条主线 | ||
image:blue-green-deployment.png|蓝绿发布 | image:blue-green-deployment.png|蓝绿发布 | ||
+ | image:devops-01.png|持续交付流水线 | ||
+ | image:devops-02.png|Ansible配置 | ||
+ | image:devops-03.png|组合代码库 | ||
+ | image:devops-04.png|去中心化交付团队 | ||
+ | image:devops-05.png|持续集成流水线 | ||
+ | image:devops-06.png|团队职责 | ||
+ | image:devops-07.png|DevOps转型过程 | ||
</gallery> | </gallery> | ||
2018年5月13日 (日) 10:26的版本
您可以在Wikipedia上了解到此条目的英文信息 Continuous delivery Thanks, Wikipedia. |
Continuous Delivery 持续交付
持续交付以全面的版本控制和全面的自动化为核心,通过各角色的紧密合作,努力让每个发布都变成可靠且可重复的过程。
目录 |
简介
功能
持续交付可分解成三条主线:
- 从Code到Artifacts仓库;
- 从Artifacts到Running Service;
- 从开发、测试环境到准生产、生产环境。
项目
仓库
文档
- Container-driven continuous delivery
- Continuous Delivery Antipatterns
- Swimming Upstream in the Container Revolution: Containerless Continuous Delivery
- Continous Delivery with the Gradle Ecosystem
- Jenkins for continuous delivery of infrastructure via Docker
- Continuous Delivery with Maven, Puppet and Tomcat
- Golang, Microservices, Continuous Delivery and Docker
图集
链接
分享您的观点