Hello,

I have a problem with the scheduletrigger.
I have around 10 projects in the same queue with different priority.
All the projects must start at 08:00 pm.

Sometime, some projects don't start. When I look into the ccnet.log
the projects are not queued.

Maybe, there is a problem with midnight.

Do You Have Any Idea?

Thanks.

<triggers>
    <scheduleTrigger>
      <buildCondition>ForceBuild</buildCondition>
      <name>ScheduleTrigger</name>
      <randomOffSetInMinutesFromTime>0</randomOffSetInMinutesFromTime>
      <time>20:00:00</time>
      <weekDays>
        <string>Sunday</string>
        <string>Monday</string>
        <string>Tuesday</string>
        <string>Wednesday</string>
        <string>Thursday</string>
        <string>Friday</string>
        <string>Saturday</string>
      </weekDays>
    </scheduleTrigger>
  </triggers>

Reply via email to