buildbot-nix
buildbot-nix copied to clipboard
pull based CI runs
Right now, CI runs can only be triggered via push by configuring web hooks or similiar integrations. With pull based runs buildbot checks a repo periodically for changes.
upsides of this:
- can work with any git server without doing integration work.
- doesn't need to have a publicly reachable server for webhook handling.