From 317aad1016d54fd9e4e1b039784ddbbbf1a2a6d6 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 12 Jun 2026 12:12:47 +0000 Subject: [PATCH] docs(ci-autopilot): add changelog for CI jobs dashboard (early access) Documents the new CI jobs monitoring tab showing pipeline/job performance metrics. Feature is in early access gated by showCiDashboard LD flag. Source: trunk-io/trunk2#4147 Co-Authored-By: Claude --- changelog/2026-06-11-ci-jobs-dashboard.mdx | 19 +++++++++++++++++++ docs.json | 1 + 2 files changed, 20 insertions(+) create mode 100644 changelog/2026-06-11-ci-jobs-dashboard.mdx diff --git a/changelog/2026-06-11-ci-jobs-dashboard.mdx b/changelog/2026-06-11-ci-jobs-dashboard.mdx new file mode 100644 index 00000000..5ad852b2 --- /dev/null +++ b/changelog/2026-06-11-ci-jobs-dashboard.mdx @@ -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. diff --git a/docs.json b/docs.json index e16adc7d..591faa64 100644 --- a/docs.json +++ b/docs.json @@ -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" ]