Reputation: 159
I have builds set up in Azure DevOps 2019 and my builds are generated using yml. I have so many builds that I do not need them so. I have setup my release retention policy to 30 days which works fine. How ever I am interested in deleting the old build and it doe snot have effect on them. Where and how can I setup the retention policy to delete builds. I could not find any place from the left hand navigation in the azure devops or on the build page.
Upvotes: 1
Views: 1137
Reputation: 31013
In Azure Devops server 2019, it doesn't support configure retention policies for YAML pipelines. The default retention for all YAML builds to 30 days.
But this feature has been supported in Azure DevOps Server 2020. To configure retention policies for YAML and classic pipelines is through the project settings. You may consider upgrade your sever from 2019 to 2020.
Upvotes: 2