user62958
user62958

Reputation: 4929

Force building multiple projects in 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?

Upvotes: 0

Views: 1563

Answers (2)

Satish
Satish

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

Spokey
Spokey

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

Related Questions