ProjectRetentionSetting interface
Contains the settings for the retention rules.
Properties
purge |
The rules for artifact retention. Artifacts can not live longer than a run, so will be overridden by a shorter run purge setting. |
purge |
The rules for pull request pipeline run retention. |
purge |
The rules for pipeline run retention. |
retain |
The rules for retaining runs per protected branch. |
Property Details
purgeArtifacts
The rules for artifact retention. Artifacts can not live longer than a run, so will be overridden by a shorter run purge setting.
purgeArtifacts: RetentionSetting
Property Value
purgePullRequestRuns
The rules for pull request pipeline run retention.
purgePullRequestRuns: RetentionSetting
Property Value
purgeRuns
retainRunsPerProtectedBranch
The rules for retaining runs per protected branch.
retainRunsPerProtectedBranch: RetentionSetting