Reputation: 740
We use SCM polling to initiate builds on our instance of Hudson. This works great for most of our cases, but I need to prevent Hudson from building during certain hours. I've tried to configure the project's Schedule (under Build Triggers) in Hudson by setting it to:
Which I thought meant that Hudson would not poll during between 3-4pm. However, if someone checks in during that time, a build is still triggered.
Any clue?
Thanks Mustafa
Upvotes: 1
Views: 149
Reputation: 9781
Try this:
Putting the "15" will match anything in the "15th" hour, including between 3-4pm.
Upvotes: 4