Skip to content

Commit d722dba

Browse files
Merge pull request #9909 from harness/CDS-108552
Cds 108552
2 parents 31ebf0c + e45a59a commit d722dba

File tree

2 files changed

+80
-4
lines changed

2 files changed

+80
-4
lines changed

docs/continuous-delivery/x-platform-cd-features/executions/execution-history.md

+80-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Learn more about the execution history of a pipeline. Where to find
44
sidebar_position: 7
55
---
66

7+
import Tabs from '@theme/Tabs';
8+
import TabItem from '@theme/TabItem';
9+
710
This topic describes how to navigate to the execution history of pipelines and what information is contained within.
811

912
## Where Can I Find Execution History?
@@ -40,6 +43,9 @@ Select the **Execution History** option on the top right corner of the page to v
4043

4144
Each pipeline execution displays the following information.
4245

46+
<Tabs>
47+
<TabItem value="Legacy Execution UI">
48+
4349
* **Pipeline Name**
4450
- The name of the pipeline and execution ID.
4551
- When expanded, this column also shows the name of each stage in the pipeline.
@@ -69,16 +75,87 @@ Each pipeline execution displays the following information.
6975
- [Compare Pipeline](/docs/platform/pipelines/executions-and-logs/view-and-compare-pipeline-executions/#compare-executions)
7076
- [Download Logs](/docs/platform/pipelines/executions-and-logs/download-logs)
7177

72-
## Filter execution
78+
</TabItem>
79+
<TabItem value="New Execution UI">
80+
81+
:::note
82+
83+
The new UI is behind the feature flag `CDS_EXECUTION_LIST_CARD_VIEW`. Contact [Harness Support](mailto:[email protected]) to enable this feature.
84+
85+
:::
86+
87+
* **Pipeline Name**
88+
- The name of the pipeline and execution ID.
89+
- When expanded, this column also shows the name of each stage in the pipeline.
90+
* **Status**
91+
- Shows the status of the execution. The options are `SUCCESS`, `FAILED`, `ABORTED`, `EXPIRED`.
92+
- When expanded, this column shows the status of each stage as an emoji. You can hover over the emoji for more information.
93+
* **Trigger Summary**
94+
- This column shows the origin of each execution.
95+
* **Update Summary**
96+
- This column shows the module specific update information for the specific pipeline execution.
97+
- For CD, it will show **Service** and **Environment** information.
98+
* **Service**
99+
- Shows the services used in the pipeline. For pipelines with more than one service, a `+X` modifier will be displayed where `X` is the number of additional services.
100+
- When expanded, this column shows the services used in each individual stage of the pipeline.
101+
- Hover over the service name to see the artifact attached to the service.
102+
* **Environment**
103+
- Shows the infrastructure used in the pipeline. For pipelines with more than one associated environment, a `+X` modifier will be displayed where `X` is the number of additional environments.
104+
- When expanded, this column shows the environment for each individual stage of the pipeline.
105+
- Hover over the environment name to see the infrastructure associated with the environment.
106+
* **Execution Start Time**
107+
- Shows the user, method, and start time of the execution.
108+
* **More details**
109+
The more details icon for each pipeline offers additional execution actions:
110+
- Re-run from stage
111+
- View Execution
112+
- View Pipeline
113+
- [Re-run Pipeline](/docs/platform/pipelines/failure-handling/resume-pipeline-deployments)
114+
- [Abort Pipeline](/docs/platform/pipelines/failure-handling/abort-pipeline)
115+
- [View Compiled YAML](/docs/platform/pipelines/executions-and-logs/view-and-compare-pipeline-executions/#view-compiled-yaml)
116+
- [Compare Pipeline Executions](/docs/platform/pipelines/executions-and-logs/view-and-compare-pipeline-executions/#compare-executions)
117+
- [Download Logs](/docs/platform/pipelines/executions-and-logs/download-logs)
118+
</TabItem>
119+
</Tabs>
120+
121+
## Filter executions
73122

74123
You can filter pipeline executions using the filters in the **Execution History** or **Execution** tabs.
75124

76125
![](./static/execution_filter_1.png)
77126

78127
You can filter pipeline execution based on **Status**, **Execution Mode**, **Trigger Type**, **Trigger Identifier**, **Timeframe**, **Deployment Type**, **Services**, **Environments**, **Artifacts** or **Build Type**.
79128

129+
### Select your filters
130+
131+
<Tabs>
132+
<TabItem value="Legacy Filter UI">
133+
134+
You can use default filter options show at the top such as **Status**, **Pipelines**, or **Select Repository**, or use more filter options by clicking the filter icon next to **Select a Saved Filter**.
135+
80136
![](./static/execution_filter_2.png)
81137

138+
Here you can click **+New Filter** to create and store filters for future use.
139+
140+
</TabItem>
141+
<TabItem value="New Filter UI">
142+
143+
:::note
144+
145+
You can use the new filter UI by enabling the feature flag `CDS_EXECUTION_LIST_FILTERS`. Contact [Harness Support](mailto:[email protected]) to enable this feature.
146+
147+
:::
148+
149+
You can use default filter options such as **My Executions**, **Status**, or **Timeframe**, or use more filter options by clicking the **+Add Filter** button.
150+
151+
![](./static/execution-filter-3.png)
152+
153+
You can save your current filter settings by clicking **Save** and you can reference those saved filters by clicking the filter icon dropdown at the top right.
154+
155+
</TabItem>
156+
</Tabs>
157+
---
158+
82159
### Status
83160

84161
Filter pipeline execution based on Status of Pipeline Execution.
@@ -91,7 +168,7 @@ It includes:
91168
- Failed
92169
- Not Started
93170
- Paused
94-
- Queueud
171+
- Queued
95172
- Running
96173
- Success
97174
- Suspended
@@ -222,5 +299,4 @@ To avoid encountering this limitation:
222299

223300
Apply additional filters, such as Status and Time Range, to narrow down the result set and reduce the number of executions listed.
224301
Refer to the [Pipeline Execution API](https://apidocs.harness.io/tag/Pipeline-Execution-Details#operation/getListOfExecutions) for more details.
225-
As an alternate, you can use the [Pipeline Execution Outline API](https://apidocs.harness.io/tag/Pipeline-Execution-Details#operation/getListOfExecutionsOutline).
226-
302+
As an alternate, you can use the [Pipeline Execution Outline API](https://apidocs.harness.io/tag/Pipeline-Execution-Details#operation/getListOfExecutionsOutline).
Loading

0 commit comments

Comments
 (0)