Hi,
Thanks for the suggestion!
The problem is, I already use poll SCM schedule for daily builds (with smoke test). So if I add your suggested timing to the existing daily schedule, would not it just pass without building anything at night?
I mean, during the day, there may be several commits from the developers. And after each commit, build &
smoke test is started based of the existing "daily" poll scm schedule (poll every 15 minutes from Mon-Fri). Now if I add your suggested timing, nothing will happen when the "night build" time is reached, because there will be nothing new in the SCM from the last daily build. Or am I wrong?
See the attached image showing our current build schedule setup. All I want to do is to skip the night build &
full test in (rare) case when there is nothing new committed to the SCM during the day. And always perform the night build &
full test, in case there was something committed.