Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions changelog/2026-06-11-ci-jobs-dashboard.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "CI Autopilot: CI Jobs Dashboard (Early Access)"
description: "A new CI jobs monitoring page surfaces pipeline and job performance metrics across your repositories."
date: 2026-06-11
category: CI Autopilot
type: new
---

**A new CI jobs monitoring tab is now available in early access.**

The **CI** tab in the Trunk app (`/[orgSlug]/ci`) provides a view of CI job performance across your repositories, powered by the CI span ingestion pipeline. The page surfaces aggregated metrics for every job Trunk has observed:

- **Job list** — one row per CI job, showing provider, job name, and workflow.
- **Run metrics** — run count, p50 and p95 duration, and pass rate (success / (success + failure + timed out); cancelled and skipped runs are excluded).
- **Sparkline history** — an inline bar chart of the last 24 runs for each job, color-coded by result.
- **Filters** — cascade filters by repository, workflow, and provider, plus free-text search over job or workflow name.
- **Date range** — presets from 24 hours to 90 days (default 7 days), plus a custom day-range calendar. All filter and sort state lives in the URL, so views are shareable via deep link.

The tab is currently available to organizations in the CI early access program. Contact [Trunk support](https://slack.trunk.io) to join.
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@
{
"group": "June",
"pages": [
"changelog/2026-06-11-ci-jobs-dashboard",
"changelog/2026-06-08-merge-queue-firefox-extension",
"changelog/2026-06-04-merge-queue-chrome-extension-0-8-0"
]
Expand Down
Loading