<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=CI%2FCD</id>
	<title>CI/CD - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=CI%2FCD"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=CI/CD&amp;action=history"/>
	<updated>2026-07-15T18:42:37Z</updated>
	<subtitle>在这个wiki上该页的修订历史</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=CI/CD&amp;diff=3505989&amp;oldid=prev</id>
		<title>imported&gt;Wolfch 来自 2025年10月19日 (日) 10:55</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=CI/CD&amp;diff=3505989&amp;oldid=prev"/>
		<updated>2025-10-19T10:55:55Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;在[[软件工程]]中，&amp;#039;&amp;#039;&amp;#039;CI/CD&amp;#039;&amp;#039;&amp;#039;或&amp;#039;&amp;#039;&amp;#039;CICD&amp;#039;&amp;#039;&amp;#039;通常指的是[[持续集成]]（{{langx|en|continuous integration}}）和[[持续交付]]（{{langx|en|continuous delivery}}）或[[持續部署]]（{{langx|en|continuous deployment}}）的组合实践&amp;lt;ref&amp;gt;{{Cite news|url=https://www.infoworld.com/article/3113680/application-development/5-common-pitfalls-of-cicd-and-how-to-avoid-them.html|title=5 common pitfalls of CICD -- and how to avoid them|author=Irani|first=Zubin|date=2018-03-28|work=InfoWorld|accessdate=2017-12-21|language=en|archive-date=2017-12-22|archive-url=https://web.archive.org/web/20171222051447/https://www.infoworld.com/article/3113680/application-development/5-common-pitfalls-of-cicd-and-how-to-avoid-them.html|dead-url=no}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite news|url=https://techbeacon.com/continuous-integration-answer-life-universe-everything|title=Continuous integration is not always the right answer. Here&amp;#039;s why.|author=Heller, Martin|date=2015-07-20|work=TechBeacon|accessdate=2017-12-21|archive-date=2018-12-29|archive-url=https://web.archive.org/web/20181229214949/https://techbeacon.com/continuous-integration-answer-life-universe-everything|dead-url=no}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;Atlassian 2017&amp;quot;&amp;gt;{{Cite web|title=Continuous integration vs. continuous delivery vs. continuous deployment|url=https://www.atlassian.com/continuous-delivery/principles/continuous-integration-vs-delivery-vs-deployment|accessdate=2019-04-04|author=Atlassian|date=2017-04-14|work=Atlassian|archive-date=2020-06-20|archive-url=https://web.archive.org/web/20200620121006/https://www.atlassian.com/continuous-delivery/principles/continuous-integration-vs-delivery-vs-deployment|dead-url=no}}&amp;lt;/ref&amp;gt;。CI/CD通过在应用程序的构建、测试和部署中实施自动化，在开发和运营团队之间架起了桥梁。&lt;br /&gt;
&lt;br /&gt;
现代[[DevOps]]实践涉及软件应用程序在整个开发生命周期内的持续开发、持续测试、持续集成、持续部署和持续监控。&amp;#039;&amp;#039;&amp;#039;CI/CD&amp;#039;&amp;#039;&amp;#039;实践或&amp;#039;&amp;#039;&amp;#039;CI/CD管道&amp;#039;&amp;#039;&amp;#039;（CI/CD pipeline）构成了现代DevOps业务的主干。&lt;br /&gt;
&lt;br /&gt;
== 组成 ==&lt;br /&gt;
&lt;br /&gt;
;[[持续集成]]:将多个小的变更频繁合并到[[分支 (版本控制)|主分支]]中。&lt;br /&gt;
&lt;br /&gt;
;[[持续交付]]:以短周期、高速度和高频率生成软件，以便可以随时发布可靠的软件，并在决定部署时采用简单且可重复的部署流程。&amp;lt;ref&amp;gt;{{cite web|url=https://continuousdelivery.com/|title=What is Continuous Delivery?|access-date=2024-12-30|archive-date=2025-01-28|archive-url=https://web.archive.org/web/20250128081422/https://continuousdelivery.com/|dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[持续部署]]:自动推出新的软件功能。&amp;lt;ref name=&amp;quot;HumbleAndFarley2010&amp;quot;&amp;gt;{{cite book |last1=Humble |first1=Jez |last2=Farley |first2=David |title=Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation |year=2010 |publisher=Addison-Wesley Professional}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 参考文献 ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== 外部链接 ==&lt;br /&gt;
&lt;br /&gt;
* Scalable [https://www.simform.com/blog/scalable-ci-cd-pipeline-examples/ CI/CD Pipeline Examples: ] {{Wayback|url=https://www.simform.com/blog/scalable-ci-cd-pipeline-examples/ |date=20230402115208 }} Improve the Development Churn by Hiren Dhaduk&lt;br /&gt;
* [https://www.codilime.com/what-is-ci-cd-all-you-need-to-know/ What is CI/CD - all you need to know]{{Wayback|url=https://www.codilime.com/what-is-ci-cd-all-you-need-to-know/ |date=20190423112840 }} by Maciej Manturewicz&lt;br /&gt;
&lt;br /&gt;
[[Category:市场传播]]&lt;br /&gt;
[[Category:软件工程]]&lt;br /&gt;
[[Category:软件开发]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Wolfch</name></author>
	</entry>
</feed>