Document Forgejo's per-job CI rerun button #33
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/forgejo-per-job-rerun"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Documents a Forgejo capability found while chasing a red E2E job on
Someones.Computer#1126: every job in a run's sidebar carries its own
rerun icon (revealed on hover, just before its duration), separate
from the existing
Re-run all jobsbutton. It re-runs only that job,and lets whatever's downstream of it (e.g.
ShipbehindE2E)re-evaluate once it finishes — no new commit, and no re-running work
that already passed.
Why
VCS.md already covers watching CI (
tea pulls --fields ci's droppedrows, the commit-statuses cross-check) but had nothing on re-running a
red job short of a new commit or the whole-run button. Neither the API
nor
teacan trigger a re-run at all on this Forgejo, so the run pageis the only route — worth a session knowing both granularities exist.
Verified
Pure docs change —
docs/Topics/VCS.mdonly. Ran the platform repo'sown
bin/lint-markdown.shagainst this file as a sanity check: twopre-existing findings elsewhere in the file (unrelated, untouched by
this diff), nothing near the new section.