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

Reply via email to