You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
You can filter pipeline executions using the filters in the **Execution History** or **Execution** tabs.
75
124
76
125

77
126
78
127
You can filter pipeline execution based on **Status**, **Execution Mode**, **Trigger Type**, **Trigger Identifier**, **Timeframe**, **Deployment Type**, **Services**, **Environments**, **Artifacts** or **Build Type**.
79
128
129
+
### Select your filters
130
+
131
+
<Tabs>
132
+
<TabItemvalue="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
+
80
136

81
137
138
+
Here you can click **+New Filter** to create and store filters for future use.
139
+
140
+
</TabItem>
141
+
<TabItemvalue="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
+

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
+
82
159
### Status
83
160
84
161
Filter pipeline execution based on Status of Pipeline Execution.
@@ -91,7 +168,7 @@ It includes:
91
168
- Failed
92
169
- Not Started
93
170
- Paused
94
-
-Queueud
171
+
-Queued
95
172
- Running
96
173
- Success
97
174
- Suspended
@@ -222,5 +299,4 @@ To avoid encountering this limitation:
222
299
223
300
Apply additional filters, such as Status and Time Range, to narrow down the result set and reduce the number of executions listed.
224
301
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).
0 commit comments