Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何配置 Cruisecontrol 以自动触发构建代码签入?我们目前在 Windows 机器上使用 CruiseControl 2.8.4。
谢谢,
您可能想阅读本教程。
简而言之,您需要使用svn之类的源代码管理来定义修改集。
这将以定义的时间间隔(例如quietperiod="300"(5 分钟,600 秒)的修改集)轮询存储库,它不会是即时的。
quietperiod="300"
那是不可能的。CruiseControl 必须轮询 SVN 以进行更改。