2

I'd like to run build after every commit to git repository. I've set-upped GitPoller, which monitors my git repository on new commits and informs me about it, but I couldn't find how to do some action on this event. Maybe I have to use other buildbot functionality to do it?

Thank you in advance!

Oleksandr Kravchuk
  • 5,963
  • 1
  • 20
  • 31

1 Answers1

4

The GitPoller generates "change" events automatically. What you need is a Scheduler to watch for those change events and kick off builds for them.

Amber
  • 507,862
  • 82
  • 626
  • 550