Cruiscontrol Force Build After Build Fails

别说谁变了你拦得住时间么 提交于 2019-12-23 02:39:26

问题


buildafterfailed="true" does'nt work in .net, How can I do the same thing? I'm trying to have cruisecontrol triggers force builds until the build is successful.


回答1:


You can use Project Trigger with triggerStatus set to Failure and have a project monitor itself. buildafterfailed is specific to CruiseControl, from which CruiseControl.Net has diverged quite a lot.

As a side note - doing this either way is probably a bad idea.



来源:https://stackoverflow.com/questions/1088040/cruiscontrol-force-build-after-build-fails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!