Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 7 additions & 29 deletions src/pages/docs/releases/deployment-timeline.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,9 @@
---
layout: src/layouts/Default.astro
pubDate: 2024-10-28
modDate: 2024-10-28
title: Deployment Timeline
description: View and interact with the Deployment Timeline
navOrder: 132
layout: src/layouts/Redirect.astro
title: Redirect
redirect: https://octopus.com/docs/releases/environment-timeline
pubDate: 2026-06-09
navSearch: false
navSitemap: false
navMenu: false
---

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.

It can be access by clicking the **Timeline** button within the deployment details page.

:::figure
![The Deployment Timeline button](/docs/img/releases/timeline/timeline-button.png)
:::

A drawer opens showing all deployments for the current Environment, Project and Tenant you are viewing, sorted by when the deployment was created.

:::figure
![The deployment Timeline with overflow menu for last successful deployment](/docs/img/releases/timeline/timeline.png)
:::

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:

1. **Redeploy...** - Redeploys the release
2. **Deploy to...** - Allows deployment of the release into another environment
3. **Delete deployment...** - Deletes the deployment
4. **View task log** - Redirects to the Task log of the deployment

For deleted releases, no action can be taken and the deployment details are shown for informational purposes only.
31 changes: 31 additions & 0 deletions src/pages/docs/releases/environment-timeline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: src/layouts/Default.astro
pubDate: 2024-10-28
modDate: 2026-06-09
title: Environment Timeline
description: View and interact with the Environment Timeline
navOrder: 132
---

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.

It can be access by clicking the **Timeline** button within the deployment details page, or the environment name in a project's dashboard.

:::figure
![The Environment Timeline button](/docs/img/releases/timeline/timeline-button.png)
:::

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.

:::figure
![The Environment Timeline with overflow menu for last successful deployment](/docs/img/releases/timeline/timeline.png)
:::

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:

1. **Redeploy...** - Redeploys the release
2. **Deploy to...** - Allows deployment of the release into another environment
3. **Delete deployment...** - Deletes the deployment
4. **View task log** - Redirects to the Task log of the deployment

For deleted releases, no action can be taken and the deployment details are shown for informational purposes only.