> <triggerStatus>Success, Failure, Exception, Unknown</triggerStatus>
I don't think you can do that. You have to specify 1 Status that you want to trigger. If you want it to happen for each status I would suppose that you just create multiple projectTrigger sections inside your triggers tag. > <trigger> Oh, BTW: The section is "triggers" not "trigger". BOb On Jul 29, 9:02 pm, GHarmonDDVA <[email protected]> wrote: > <project name="DBD"> > > > <projectTrigger project="DBL"> > <triggerStatus>Success, Failure, Exception, Unknown</triggerStatus> > <innerTrigger type="intervalTrigger" seconds="30" > buildCondition="ForceBuild"/> > > </projectTrigger> > > </trigger> > > I do not want DBL to run until DBD is complete. But, the above > doesn't work. What am I doing wrong?
