Skip to content

Commit

Permalink
Update 2024-10-06-持续集成与持续交付.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shihai1991 authored Oct 11, 2024
1 parent f4fc833 commit 944a587
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _posts/2024-10-06-持续集成与持续交付.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ time: '2024.10.06 09:51:00'
它们可能会被放置在另一个分支上,直到构建完成,并且只有在绿色构建后才会迁移到主线。
虽然这种技术可以避免破坏主线的任何危险,但高效的团队应该很少看到红色主线,而且在少数情况下,它的可见性会鼓励人们学习如何避免它。

# XaC
X是指的所有要素,也包含质量要素。流水线会检查所有合并到主线分支的提交内容经过代码检视,未经检视的提交内容禁止发布部署。

# 参考文档
- [持续集成](https://martinfowler.com/articles/continuousIntegration.html)
- [自动实现无需干预的安全部署](https://aws.amazon.com/cn/builders-library/automating-safe-hands-off-deployments/)
- [采用持续交付,加速交付进度](https://aws.amazon.com/cn/builders-library/going-faster-with-continuous-delivery/)

0 comments on commit 944a587

Please sign in to comment.