Skip to content

Pipeline Visualization

pertmux renders CI/CD pipeline status as compact colored dots, inspired by glim. Each job is a single dot, grouped by stage, giving you an instant overview of pipeline health.

ColorStatus
GreenSuccess
RedFailed
OrangeRunning
YellowPending / Preparing / Waiting
PurpleManual
Dark grayCanceled / Skipped
GrayCreated

When jobs fail, pertmux shows the failed job names below the dots:

jobs ●●●●● ●●● ●●
✗ lint, unit-tests

Jobs with allow_failure set are excluded from the failure list.

Pipeline visualization works with both GitLab and GitHub:

  • GitLab: Fetches pipeline jobs from the head pipeline
  • GitHub: Fetches check runs from the head SHA and converts them to the same visual format