Skip to content

Commit b0324fb

Browse files
authored
Update documentation for the new Environment Timeline (#3202)
* WIP * Fixed spelling * Update images * fix typo
1 parent 3855882 commit b0324fb

10 files changed

Lines changed: 48 additions & 39 deletions
65.7 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"width": 1000,
3+
"height": 535,
4+
"updated": "2026-06-15T08:52:49.163Z"
5+
}
93.8 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"width": 1000,
3+
"height": 535,
4+
"updated": "2026-06-15T08:52:49.163Z"
5+
}
-64.2 KB
Binary file not shown.

public/docs/img/releases/timeline/timeline-button.png.json

Lines changed: 0 additions & 5 deletions
This file was deleted.
-102 KB
Binary file not shown.

public/docs/img/releases/timeline/timeline.png.json

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,9 @@
11
---
2-
layout: src/layouts/Default.astro
3-
pubDate: 2024-10-28
4-
modDate: 2024-10-28
5-
title: Deployment Timeline
6-
description: View and interact with the Deployment Timeline
7-
navOrder: 132
2+
layout: src/layouts/Redirect.astro
3+
title: Redirect
4+
redirect: https://octopus.com/docs/releases/environment-timeline
5+
pubDate: 2026-06-09
6+
navSearch: false
7+
navSitemap: false
8+
navMenu: false
89
---
9-
10-
The Deployment Timeline provides visual representation of all deployments made to an [Environment](/docs/infrastructure/environments) for a [Project](/docs/projects) within a [Tenant](/docs/tenants). In additional to providing an easy to understand view of deployment data, the Deployment Timeline allows easy access to perform common workflows, such as deploying the last successful/stable deployment into your environment.
11-
12-
It can be access by clicking the **Timeline** button within the deployment details page.
13-
14-
:::figure
15-
![The Deployment Timeline button](/docs/img/releases/timeline/timeline-button.png)
16-
:::
17-
18-
A drawer opens showing all deployments for the current Environment, Project and Tenant you are viewing, sorted by when the deployment was created.
19-
20-
:::figure
21-
![The deployment Timeline with overflow menu for last successful deployment](/docs/img/releases/timeline/timeline.png)
22-
:::
23-
24-
For releases that have not been deleted, either manually or via [Retention policies](/docs/administration/retention-policies), an overflow menu provides actions that can be triggered:
25-
26-
1. **Redeploy...** - Redeploys the release
27-
2. **Deploy to...** - Allows deployment of the release into another environment
28-
3. **Delete deployment...** - Deletes the deployment
29-
4. **View task log** - Redirects to the Task log of the deployment
30-
31-
For deleted releases, no action can be taken and the deployment details are shown for informational purposes only.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: src/layouts/Default.astro
3+
pubDate: 2024-10-28
4+
modDate: 2026-06-09
5+
title: Environment Timeline
6+
description: View and interact with the Environment Timeline
7+
navOrder: 132
8+
---
9+
10+
The Environment Timeline provides visual representation of all deployments made to an [Environment](/docs/infrastructure/environments) for a [Project](/docs/projects) within a [Tenant](/docs/tenants). In additional to providing an easy to understand view of deployment data, the Environment Timeline allows easy access to perform common workflows, such as deploying the last successful/stable deployment into your environment.
11+
12+
It can be accessed by clicking the **Timeline** button within the deployment details page, or the environment name in a project's dashboard.
13+
14+
:::figure
15+
![The Environment Timeline button](/docs/img/releases/timeline/environment-timeline-button.png)
16+
:::
17+
18+
A drawer opens showing all deployments for the current Environment, Project and Tenant you are viewing. Deployments are grouped into buckets depending on how long ago the deployment was performed.
19+
20+
:::figure
21+
![The Environment Timeline with overflow menu for last successful deployment](/docs/img/releases/timeline/environment-timeline.png)
22+
:::
23+
24+
For releases that have not been deleted, either manually or via [Retention policies](/docs/administration/retention-policies), an overflow menu provides actions that can be triggered:
25+
26+
1. **Redeploy...** - Redeploys the release
27+
2. **Deploy to...** - Allows deployment of the release into another environment
28+
3. **Delete deployment...** - Deletes the deployment
29+
4. **View task log** - Redirects to the Task log of the deployment
30+
31+
For deleted releases, no action can be taken and the deployment details are shown for informational purposes only.

0 commit comments

Comments
 (0)