Version 1.3:

I have this mapping:

  <project name="calculateclaimfolders">
    <webURL>http://gugprn11/ccnet</webURL>
    <triggers>
      <multiTrigger operator="And">
        <triggers>
          <projectTrigger project="pbsreaderservice">
            <triggerStatus>Success</triggerStatus>
          </projectTrigger>
          <scheduleTrigger time="00:00" buildCondition="ForceBuild"/>
        </triggers>
      </multiTrigger>
    </triggers>
  ...

The "pbsreaderservice" project completes around 21.30 - sometime
around 00.30 and I want the "calculateclaimfolders" project to build
when "pbsreaderservice" is done - but not before 00.00, but it doesn't
work - as soon as"pbsreaderservice" is done with success the
"calculateclaimfolders" project builds... Any thoughts ?

Kind regards
Carsten

Reply via email to