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. |
| 179 | 179 | | atom feeds | n/a | yes | n/a | |
| 180 | 180 | | release create, edit | yes | yes | yes | |
| 181 | 181 | | build list | yes | yes | yes | |
| 182 | | build list filters (ref, status, job) | yes | yes | no | |
| 182 | 183 | | build show (one build) | yes | yes | yes | |
| 183 | 184 | | build log | yes | yes | yes | |
| 184 | 185 | | 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. |
| 507 | 507 | |
| 508 | 508 | Each job becomes a build (=build list=, =build log=, the builds tab on |
| 509 | 509 | the web) and a =ci/<job>= commit status, which =repo settings |
| 510 | | require-checks= can gate merges on. Steps run with =sh -c= on the |
| 511 | | instance's runner, stopping at the first failure; a broken config |
| 512 | | surfaces as a failed =ci/config= status. Environment: =GITBAY_REPO=, |
| 510 | require-checks= can gate merges on. =build list= takes =--ref=, |
| 511 | =--status= and =--job= to narrow the listing, combinable; the builds |
| 512 | tab reads the same flags from its =?ref=, =?status= and =?job= query |
| 513 | parameters and groups the result into one row per commit. Steps run |
| 514 | with =sh -c= on the instance's runner, stopping at the first failure; |
| 515 | a broken config surfaces as a failed =ci/config= status. Environment: |
| 516 | =GITBAY_REPO=, |
| 513 | 517 | =GITBAY_SHA=, =GITBAY_REF=, =GITBAY_JOB=, =CI=true=, and =GITBAY_SSH=, |
| 514 | 518 | the instance's ssh destination as the build reaches it (=git@gitbay.org= |
| 515 | 519 | from a runner elsewhere; inside a container on the server's own runner |