Should artifacts associated with a build record be deleted when the build record is deleted?

廉价感情. 提交于 2019-12-01 11:13:29

In 2015 RTM and currently in VSO, server drops are deleted when a build is deleted but drops to UNC shares are not.

We have work on our backlog to address this.

EDIT:

In 2015 QU2, this is enabled. Also if you on-prem agents against VSTS in recent sprints it works. It queues the job to delete the share with the same demands that the build was built with. This likely lands on an agent running as the same account that wrote to the UNC share. It uses the account the agent runs as to attempt to delete the share (best effort)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!