Hi,

If you use the Project Trigger to start hierarchy builds you can specify the
state with

<triggerStatus>Success</triggerStatus>

For example, in B conf block :

<projectTrigger project="A">
  <triggerStatus>Success</triggerStatus>
  <innerTrigger type="intervalTrigger" seconds="30"
buildCondition="ForceBuild" />
</projectTrigger>

therefore B will build when A build successfuly.

Cf. http://confluence.public.thoughtworks.org/display/CCNET/Project+Trigger

Hope this helps,
Benjamin Baumann


2010/8/20 Ryan Williams <[email protected]>

> I have several projects in a hierarchy with each depending on the previous.
>
> How can I prevent a project from starting its build based on the status of
> another project?
>
> for example if project A is in the failed state then project B should not
> build
> likewise project C should not build if project A or project B are in the
> failed state
>
> All ideas welcome
> Regards
>
> Ryan

Reply via email to