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.NET 项目会发生什么?
触发器的构建请求会排队吗?
我们使用 CCNET 1.5 和 1.6。
什么都没有,当构建运行时,触发器不会被执行。但是,如果您sourcecontrol为 svn 或 p4 配置了一个块,则仍会检测到强制构建期间的修改并导致另一个构建。
sourcecontrol
如果您添加<queueStatusServerPlugin />到serverPluginsin 中,您可以更容易地看到这一点dashboard.config。
<queueStatusServerPlugin />
serverPlugins
dashboard.config