Search code examples
buildbot

Buildbot figure out if there were any changes


I have a Buildbot scheduler to run builds every night. Is there a way to configure Buildbot so that it does the builds only if there were changes since the last build?

-Ilya.


Solution

  • Yes, that's the Nightly scheduler's onlyIfChanged option - http://docs.buildbot.net/current/manual/cfg-schedulers.html#nightly-scheduler.