Cruiscontrol Force Build After Build Fails

2019-05-29 10:04发布

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条回答
forever°为你锁心
2楼-- · 2019-05-29 10:52

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.

查看更多
登录 后发表回答