Versions Compared

Key

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

...

PropertyDescription

Purge Enabled

Indicates whether the purge process is enabled. Purge runs every day if enabled. Run time is dependent on when FlexDeploy was started. If you have concerns with running purge at some specific milestone deployment event, you can disable Purge temporarily.

Retention Days (Operational)

How many days of execution data to keep in the operational tables. After this data will be moved to Archive tables. Age of data is determined based on original created time.

Retention Days (Artifacts)

How many days of artifacts to keep in the file system. If Keep Counts discussed below cause the version to be active, Artifacts for those will be kept as well.

Keep Count

How many project versions to keep for each environment/instance regardless of of Retention Days (Operational). This helps you keep specific number of latest deployments so that you can back out to previous versions if desired.

Keep Success Count

How many successful project version builds to keep regardless of Retention Days (Operational)  (Note: this is a global setting and not specific to an environment/instance)

Keep Failed Count

How many failed project version builds to keep regardless of Retention Days (Operational)  (Note: this is a global setting and not specific to an environment/instance)

Retention Days (Archive)

How many days of execution data to keep in the archive tables. Age of data is determined based on original created time. This means that you should keep this value higher than Retention Days (Operational).

Retention Days for LogsHow many days of execution data to keep in the log tables. This means workflow execution steps detail and plugin logs. These tables take most of amount of space in database, so it is advisable to control this value to reduce space usage. Logs data is now not archived. You can delete all data from ARC_PLUGIN_EXECUTION_LOG and ARC_WORKFLOW_EXECUTION_DATA tables if you want to free up space in your database.
Number of successful pipeline executions to keepNumber of successful of running pipeline executions to keep in operational tables.
Number of unsuccessful pipeline executions to keepNumber of aborted, failed , skipped, or out-of-date pipeline executions to keep in operational tables.

...