freeCodeCamp/guide/chinese/agile/continuous-delivery/index.md

9 lines
665 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Continuous Delivery
localeTitle: 持续交付
---
## 持续交付
持续交付CD是一种软件工程方法其中团队在短周期内生成软件确保软件可以随时可靠地发布。 [1](https://en.wikipedia.org/wiki/Extreme_programming)
它旨在更快,更频繁地构建,测试和发布软件。该方法允许对生产中的应用程序进行更多增量更新,从而有助于降低成本,时间和交付变更的风险。简单且可重复的部署过程对于持续交付非常重要。持续交付意味着团队确保每个变更都可以部署到生产中,但可能会选择不这样做,通常是出于商业原因