R – Force building multiple projects in cruisecontrol.net

cruisecontrol.net

I am running multiple projects inside my cruisecontrol.net. These projects depend on each other. Basically if project A gets build successfully I want it to force projects B,C to get build. How can I do that?

Best Answer

You have to use the forcebuildpublisher block in your project configuration. Take a loot at the documentation: http://confluence.public.thoughtworks.org/display/CCNET/ForceBuildPublisher

Related Topic