Run build after every commit to git repository at buildbot
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 m开发者_JS百科e 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!
The GitPoller
generates "change" events automatically. What you need is a Scheduler
to watch for those change events and kick off builds for them.
精彩评论