krz/gitbay

A CLI-first git forge.

clone: git clone https://gitbay.org/krz/gitbay.git

#13 CI/CD: pipeline execution via external runners open

by cmc at 2026-08-24T02:59:28.232Z · labels: ci roadmap

#1 gives external CI a way to report results back, but nothing runs pipelines. This issue is native CI/CD.

Design leaning, to fit the single-binary philosophy: gitbayd does not execute jobs. A separate runner binary (gitbay-runner) registers against an instance, receives work via webhooks or polling the JSON API, executes in isolation, and reports through the commit-status API from #1. That keeps sandboxing and its dependencies out of the forge, works for one self-hosted runner or many, and means the forge never executes repository content.

Scope: