您能解释一下持续集成是如何工作的吗?

发布于 2024-10-21 03:00:01 字数 164 浏览 3 评论 0原文

我希望使用持续集成,但我对 Ant、Jenkins、CruiseControl、Phing、PHPUnderControl 等不太了解……

什么是真正的持续集成?

我正在使用 Zend Framework 开发 PHP 应用程序,轻松部署和测试代码听起来很棒。

谢谢

I wish to use Continuous Integration, but I'm little lost with Ant, Jenkins, CruiseControl, Phing, PHPUnderControl, etc...

What is really Continuous Integration?

I'm developping PHP application using Zend Framework, and it sounds great to deploy easily and tests piece of code.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟织青萝梦 2024-10-28 03:00:01

持续集成是一个每当签入/提交发生时自动执行构建的过程。这样可以尽快识别集成问题,并更容易确定谁对问题负责。作为奖励,持续集成需要完全自动化的构建过程,这使得任何人都可以更轻松地在自己的计算机上复制开发环境。

Continuous integration is a process that automatically performs a build whenever a check-in/commit occurs. This allows integration problems to be identified ASAP and makes it easier to identify who is responsible for the problem. As a bonus, continuous integration requires a completely automated build process which makes it much easier for anyone to replicate the development environment on their machine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文