From f3914e88337c025ae55a33e6bbceb84c987ee27a Mon Sep 17 00:00:00 2001 From: Joe Peeples Date: Fri, 9 May 2025 14:25:45 -0400 Subject: [PATCH] Ad CD and CI to list widget docs --- content/en/dashboards/widgets/list.md | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/content/en/dashboards/widgets/list.md b/content/en/dashboards/widgets/list.md index 7714a1e11c226..200c4d12345e8 100644 --- a/content/en/dashboards/widgets/list.md +++ b/content/en/dashboards/widgets/list.md @@ -93,6 +93,38 @@ For incidents, you can sort by: Ascending or descending +### CD deployments + +#### Sorting by + +For CD deployments, you can sort by: + +* Deployment Status +* Service +* Deployment Name +* Environment +* Duration +* Revision Value +* Repository URL +* Timestamp + +Ascending or descending + +### CI pipelines + +#### Sorting by + +For CI pipelines, you can sort by: + +* CI Status +* Pipeline Name +* Duration +* Pipeline ID +* Branch +* Timestamp + +Ascending or descending + ## API This widget can be used with the **[Dashboards API][1]**. See the following table for the [widget JSON schema definition][2]: