An update to the retention parameters of a retention lease.

interface RetentionLeaseUpdate {
    daysValid?: number;
    protectPipeline?: boolean;
}

Properties

daysValid?: number

The number of days to consider the lease valid. A retention lease valid for more than 100 years (36500 days) will display as retaining the build "forever".

protectPipeline?: boolean

If set, this lease will also prevent the pipeline from being deleted while the lease is still valid.