Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

QB5.0.7: Cron schedule ignoring day of week? #2187

imbaczek ·
Hi,

I've got a build with the following cron schedule:

0 0 9 * * ? * WED,FRI

...and it happily starts every day at 9. Is this a bug or am I missing something?

Edit: I've got a condition script - does that interfere?
  • replies 2
  • views 1642
  • stars 0
robinshen ADMIN ·
Looks like the cron expression is incorrect. Refer to below link for details:
http://www.quartz-scheduler.org/documen ... -lesson-06
imbaczek ·
Hm, true. Don't know where I got the extra * from.