Skip to main content

Pipeline history & logs reference

Field reference for Pipeline history & logs.

Run History interface

ElementDescription
Pipeline nameThe name of the Pipeline currently being viewed.
Tab: Run historyCurrently active tab — shows the list of runs.
Tab: Last runSwitch to view the most recent run.
Search barSearch by Run ID or actor.
FilterAdvanced filtering by multiple criteria.
Runs tableList of runs with full details.

Runs table columns

ColumnMeaning
Run IDThe run identifier, for example #1050. Click to open the run detail.
BranchThe source code branch used.
TriggerHow the run started: Manual, Push, Merge, Tag, or Schedule.
StatusSuccess, Fail, Processing, or Cancel.
ActorThe user or system that triggered the Pipeline.
Start timeWhen the run started.
DurationExecution time (mm:ss).
⋮ (Action menu)View details.

Advanced filter options

FilterUsage
StatusSelect one or more: Processing, Success, Failed, Canceled.
Trigger typeSelect: Manual, Push, Merge, Tag, Schedule.
Time rangeSelect a date range (start – end).
DurationEnter a duration range in seconds (min – max).
ActorSearch and add one or more actors.

Deployment History columns

ColumnMeaning
EnvironmentThe deployment environment targeted by this run.
Image VersionThe application version deployed, for example v1.5.2. Hover to see image details.
StatusSuccess, Failed, Processing, or Canceled.
Run IDThe Pipeline Run that created this deployment. Click to open Run Detail.
Deployed byThe user or system that performed the deployment.
Start TimeWhen the deployment started.
DurationTotal execution time.
⋮ (Actions)View log, view run, cancel.

Deployment Detail panel

Opened by clicking a Run ID in the Deployment History table. Compares Previous (the most recently completed deployment in the same Environment, selected automatically) against Current (the deployment you clicked).

Field groups

GroupFields
ImageImage tag; Image digest (with a copy icon).
Config / Env VarsEvery environment variable, including masked secrets.
ResourcesCPU request/limit, Memory request/limit, number of replicas.
PipelineTriggered by, branch, commit SHA, commit message.
Deployment behaviorStrategy, max surge, max unavailable.

Color legend

AppearanceMeaning
Red background (Previous column)The old value — what it changed from.
Green background (Current column)The new value — what it changed to.
No colorThe value is the same in both deployments.
"–"The field doesn't exist in that deployment.

Secret values are always masked (••••), regardless of color. A masked row is still highlighted if the underlying value changed — the panel tells you that a secret changed without ever revealing its value.

See also