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
Copy file name to clipboardExpand all lines: src/pages/docs/administration/retention-policies/index.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,11 @@ From Octopus Cloud version <INSERT_OCTOPUS_VERSION>, packages associated with re
77
77
78
78
This option ensures that packages associated with releases and runbook runs are deleted from the Built-in Repository. Any packages associated with releases displayed on either the main dashboard or a [project dashboard](/docs/projects/project-dashboard) are **never deleted**. Any packages associated with runbooks displayed on the projects runbook dashboard are also **never deleted**.
79
79
80
+
When this option is selected and a package retention policy is applied, Octopus will delete packages that meet *both* of the following criteria:
81
+
82
+
1. The time span from the package's initial publish date exceeds the configured time period in the policy
83
+
2. The package is **not associated with a release or runbook run displayed on the dashboard**
84
+
80
85
### Build information \{#build-information-whats-deleted}
81
86
82
87
[Build information](/docs/packaging-applications/build-servers/build-information) stored in Octopus is associated with **packages**. Octopus will decide how long to keep the build information based on the package they are linked to:
0 commit comments