Job view interface

Overview

The Run History page is your central hub for searching, filtering, and debugging all CI workflows and jobs across Blacksmith runners. Whenever you’re tracking down who introduced a bug or checking whether a recent change caused a failure, the Run History page helps you find answers quickly.

Basics

Go to the Workflow/Jobs page and click on a job run to see its details. From there, you can view logs, compare runs, review metrics, and more.

Logs

Logs view interface You can search and filter logs using the dedicated log search bar. This is a much snappier experience than GitHub’s log search. Global log search interface If you want to see when a particular log line (e.g., an error) first appeared, you can select that log line and search for it globally across your entire CI pipeline. To learn more about how this works, checkout our logs page.

Compare

Compare view interface You can compare the logs of two job runs to identify what changed. All you need is the job URL of the run you want to compare against.

Metrics (Coming Soon)

Metrics view interface Metrics from the VM running the job will be available soon.

FAQ