I'd like to have a build either once for every commit, or after an
hour, whichever is sooner. I've tried adding two interval triggers,
but only the first appears to be picked up. Do I need to use
multiTrigger for this? I don't really understand the distinction
between multiTrigger and the triggers block itself

My triggers block looks like this:

      <triggers>
        <intervalTrigger name="Continuous" seconds="120"
buildCondition="IfModificationExists" initialSeconds="180" />
        <intervalTrigger name="Hourly" seconds="3600"
buildCondition="ForceBuild" initialSeconds="360" />
      </triggers>


-- 
To unsubscribe, reply using "remove me" as the subject.

Reply via email to