标签: version-control triggers dependencies teamcity
我有3个项目A,B,C。C => B和B => A.我在构建C中附加了一个计划的触发器。当手动执行时,它可以正常工作,但它不会在指定的时间触发计划的触发器。
另外,如果手动执行,请查看它是如何正常工作的。请指导我在这里缺少的东西。
答案 0 :(得分:1)
在构建触发器Trigger build only if there are pending changes上禁用选项C,看看是否在时间到达时将其移动。
Trigger build only if there are pending changes
C