buildbot-nix icon indicating copy to clipboard operation
buildbot-nix copied to clipboard

pull based CI runs

Open Lassulus opened this issue 1 year ago • 0 comments

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.

Lassulus avatar Jun 12 '24 11:06 Lassulus