Skip to content

Commit abef09f

Browse files
Merge pull request #9644 from circleci/DOCSS-1935-deploy-marker-screenshots
Add a screenshot of the deploys timeline
2 parents 24f2e98 + 7b519ac commit abef09f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
160 KB
Loading

docs/guides/modules/deploy/pages/configure-deploy-markers.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This tutorial shows how to add a deploy marker step to your workflow config. Dep
77

88
== Introduction
99

10-
Deploy markers provide a lightweight way to log your deployments without requiring a you to install the CircleCI release agent. If you install deploy markers, as described in this guide, you will also be able to use the xref:set-up-rollbacks.adoc[CircleCI rollback feature].
10+
Deploy markers provide a lightweight way to log your deployments. If you install deploy markers, as described in this guide, you will also be able to use the xref:set-up-rollbacks.adoc[CircleCI rollback feature].
1111

1212
For a full guide to CircleCI's deploys features and functionality, refer to the xref:deployment-overview.adoc[Deployment and deploy management] guide.
1313

@@ -16,6 +16,14 @@ You can configure deploy markers as follows:
1616
* To display updated statuses depending of the outcome of your deployments. Steps for this are provided in the <<deploy-markers-with-status-updates>> section.
1717
* Or, you can choose to configure deploy markers to log deployments without status updates. Steps for this are provided in the <<deploy-logs-without-status-updates>> section.
1818

19+
Once you have deploy markers configured, you will see a timeline of deployments in the Deploys UI. From the timeline you can choose to rollback (image:guides:ROOT:icons/rebuild.svg[rollback icon, role="no-border"]) to a version, and you get notifications for failed deployments.
20+
21+
.Deploys timeline with failed deployment
22+
image::guides:ROOT:deploy/deploys-timeline-fail-banner.png[Deploy timeline with failed deployment]
23+
24+
.Deploys timeline with no deployments requiring troubleshooting
25+
image::guides:ROOT:releases/dashboard.png[Deploys timeline with no deployments requiring troubleshooting]
26+
1927
== Prerequisites
2028

2129
* A CircleCI account connected to your code. You can link:https://circleci.com/signup/[sign up for free].

0 commit comments

Comments
 (0)