Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Info

This is a global setting for each project, and not specific to a target.

2

Keep Failed Count

How many failed project version builds to keep regardless of Retention Days

Info

This is a global setting for each project, and not specific to a target.

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 Retention Days Artifacts and Backups.

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.

Info

Age of data is determined based on creation time.

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 Retention Days parameter.

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 Retention Days of Logs and Steps parameter.

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:

image-20241010-211454.png

  

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.

 

image-20241010-211318.png

 

@Since 8.0.0.7

730

...