Commit fdca23d4c6

fdca23d4c6527709992a081f7d4d65de94a1d0b6

parent: c55799d192

Verified · cmc ci/build: success ci/test: success

cmc <hello@cleberg.net> · 2026-09-18 06:19 UTC

wiki: document build list filters

Closes #224
.gitbay/wiki/Parity.org +1
@@ -179,6 +179,7 @@ always markdown.
179179| atom feeds | n/a | yes | n/a |
180180| release create, edit | yes | yes | yes |
181181| build list | yes | yes | yes |
182| build list filters (ref, status, job) | yes | yes | no |
182183| build show (one build) | yes | yes | yes |
183184| build log | yes | yes | yes |
184185| build jobs | yes | yes | yes |
.gitbay/wiki/Users.org +7 −3
@@ -507,9 +507,13 @@ queues nothing, so look there when a push builds nothing.
507507
508508Each job becomes a build (=build list=, =build log=, the builds tab on
509509the web) and a =ci/<job>= commit status, which =repo settings
510require-checks= can gate merges on. Steps run with =sh -c= on the
511instance's runner, stopping at the first failure; a broken config
512surfaces as a failed =ci/config= status. Environment: =GITBAY_REPO=,
510require-checks= can gate merges on. =build list= takes =--ref=,
511=--status= and =--job= to narrow the listing, combinable; the builds
512tab reads the same flags from its =?ref=, =?status= and =?job= query
513parameters and groups the result into one row per commit. Steps run
514with =sh -c= on the instance's runner, stopping at the first failure;
515a broken config surfaces as a failed =ci/config= status. Environment:
516=GITBAY_REPO=,
513517=GITBAY_SHA=, =GITBAY_REF=, =GITBAY_JOB=, =CI=true=, and =GITBAY_SSH=,
514518the instance's ssh destination as the build reaches it (=git@gitbay.org=
515519from a runner elsewhere; inside a container on the server's own runner