Reputation: 4929
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?
Upvotes: 0
Views: 1563
Reputation: 3100
There is a projectTrigger which you can add to your triggers block of the dependent projects. You can find the documentation for project trigger here
Upvotes: 1
Reputation:
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
Upvotes: 2