Sounds more like a bug to me if the child project has trigger status 'success', it should only build when the parent is success. Exception is not
bug report : http://www.cruisecontrolnet.org/issues/255 with kind regards Ruben Willems On 16 January 2013 10:30, Alex Vilela <[email protected]> wrote: > I have a problem with a Project Trigger. > I have project Parent with an Interval Trigger and SVN, like this: > <intervalTrigger seconds='60' /> > I also have project Child with Project Trigger, like this: > > <triggers> > <projectTrigger project="Parent"> > <triggerStatus>Success</triggerStatus> > </projectTrigger> > </triggers> > > Sometimes SVN becomes unavailable and the Parent project fails with an > Exception (IntegrationStatus = Exception). > Eventually, SVN will be available again and project Parent goes green > again, without a build. That is perfect. > > However, at that point in time Child builds and I don't want it to build. > > How do I get that behaviour? > > Regards, > > Alex Vilela >
