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
