Pipeline history & logs reference
Field reference for Pipeline history & logs.
Run History interface
| Element | Description |
|---|
| Pipeline name | The name of the Pipeline currently being viewed. |
| Tab: Run history | Currently active tab — shows the list of runs. |
| Tab: Last run | Switch to view the most recent run. |
| Search bar | Search by Run ID or actor. |
| Filter | Advanced filtering by multiple criteria. |
| Runs table | List of runs with full details. |
Runs table columns
| Column | Meaning |
|---|
| Run ID | The run identifier, for example #1050. Click to open the run detail. |
| Branch | The source code branch used. |
| Trigger | How the run started: Manual, Push, Merge, Tag, or Schedule. |
| Status | Success, Fail, Processing, or Cancel. |
| Actor | The user or system that triggered the Pipeline. |
| Start time | When the run started. |
| Duration | Execution time (mm:ss). |
| ⋮ (Action menu) | View details. |
Advanced filter options
| Filter | Usage |
|---|
| Status | Select one or more: Processing, Success, Failed, Canceled. |
| Trigger type | Select: Manual, Push, Merge, Tag, Schedule. |
| Time range | Select a date range (start – end). |
| Duration | Enter a duration range in seconds (min – max). |
| Actor | Search and add one or more actors. |
Deployment History columns
| Column | Meaning |
|---|
| Environment | The deployment environment targeted by this run. |
| Image Version | The application version deployed, for example v1.5.2. Hover to see image details. |
| Status | Success, Failed, Processing, or Canceled. |
| Run ID | The Pipeline Run that created this deployment. Click to open Run Detail. |
| Deployed by | The user or system that performed the deployment. |
| Start Time | When the deployment started. |
| Duration | Total 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
| Group | Fields |
|---|
| Image | Image tag; Image digest (with a copy icon). |
| Config / Env Vars | Every environment variable, including masked secrets. |
| Resources | CPU request/limit, Memory request/limit, number of replicas. |
| Pipeline | Triggered by, branch, commit SHA, commit message. |
| Deployment behavior | Strategy, max surge, max unavailable. |
Color legend
| Appearance | Meaning |
|---|
| Red background (Previous column) | The old value — what it changed from. |
| Green background (Current column) | The new value — what it changed to. |
| No color | The 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