...
Property | Description | Default Value | ||
---|---|---|---|---|
Purge Enabled | Indicates whether the purge process is enabled. Purge runs every 24 hours if enabled, beginning with a few minutes after server startup. If you have concerns with running purge at some specific milestone deployment event, you can disable the purge temporarily. | false | ||
Keep Success Count | How many successful project version builds to keep regardless of Retention Days
| 2 | ||
Keep Failed Count | How many failed project version builds to keep regardless of Retention Days
| 1 | ||
Keep Count | How many successfully-executed project versions to keep for each project/target regardless of Retention Days. This helps you keep a specific number of latest deployments so that you can revert back to previous versions if desired. | 2 | ||
Keep Pipeline Executions Count | How many pipeline executions to keep per release. | 30 | ||
Retention Days | How many days to keep project executions. If you would like to retain one year worth of history for deployments, keep this value to 365 or higher and still control space usage by using lower value for The executions for the purged project version will no longer appear in the project execution screen at all once retention days are passed if the project version is not kept by the keep counts. All executions of each project version are kept or purged together.
| 730 | ||
Retention Days (Artifacts, and Backups) | How many days to keep Artifacts and Backups, Execution Logs, and Steps. This should be less than or equal to the Artifacts and Backups are always kept for executions that are not purged due to Keep criteria, so those are kept longer than this. Execution Logs and Steps may be purged from the After this purge happens, the version cannot be deployed anymore, although it is still visible in the execution history. All executions of each project version are kept or purged together. The project will look like this afterwards:
| 15 | ||
Retention Days of Logs and Steps | After this many days, old project Logs and Steps are purged regardless of keep counts. Artifacts and Backups are not purged by this. This setting deletes data regardless of the versions that keep counts are keeping. The versions can still be deployed again, but the step details will be missing. This setting is not per project version, but per workflow execution, so older executions may have no steps, but newer ones would still have them. The execution will look like this afterwards. It is still able to be deployed or rolled back.
@Since 8.0.0.7 | 730 |
...