CI需要CI服务器 [英] Does CI need a CI-Server

查看:171
本文介绍了CI需要CI服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

连续集成需要CI服务器吗?

Is a CI server required for continous integration?

推荐答案

为了便于持续集成,您需要自动化构建,分发和部署过程。这些步骤中的每一个都是可能的,没有任何专门的CI服务器。可以通过文件通知和其他低级别机制来协调这些活动;但是,协调这些步骤的数据库驱动的后端(CI服务器)大大增强了系统的可靠性,可扩展性和可维护性。

In order to facilitate continous integration you need to automate the build, distribution, and deploy processes. Each of these steps is possible without any specialized CI-Server. Coordinating these activities can be done through file notifications and other low level mechanisms; however, a database driven backend (a CI-Server) coordinating these steps greatly enhances the reliability, scalability, and maintainability of your systems.

这篇关于CI需要CI服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆