In our Build Server configuration we have a Continuous Integration build which runs every 30 minutes if there’s a checkin done by a developer and a Nightly build which runs every weekday on 3 o’clock when there are code changes since the last build.
Now we have following situation. Yesterday there were no code changes, so there was no Continuous Integration build (the only one was a forced done by me) and there was no Nightly build.
Today during the day one of the developers had made some changes to the code and did a checkin. Directly after the checkin the Nightly build starts to run (it was around 13:53 hour).

So, for me it seems that when the Nightly build didn’t run he still waits till there is some code changes to run. Which we don’t want to have.
Hope to find exactly why and how to solve it (if it’s not a bug
).
Technorati Profile