ZOOKEEPER-3896: PollSCM hourly only to let previous builds to finish
Looks like that PollSCM trigger will trigger another build on the same ref if other builds haven't completed rather than haven't started.
I change the polling interval to hourly to let other builds finish in time.
Author: Andor Molnar <andor@apache.org>
Reviewers: Enrico Olivelli <eolivelli@apache.org>
Closes #1413 from anmolnar/ZOOKEEPER-3896_2