Unable to delete the VCS roots even after 0 usages in build configurations
Hello Team ,I am facing strange issue as below.
We have team city build configuration with VCS Roots attached .Due to migration we have detached old VCS roots and attached new VCS roots ,Old VCS roots are not able to delete as still showing some build configurations being attached and list not having any build configurations. Please help me in this
Please sign in to leave a comment.
Hi,
Could you please try to use the TeamCity REST API to list all build configurations and see if any are still referencing the old VCS roots?
Example REST API:
Thanks for your response,even rest api also showing the count as 0
Hi,
It's strange that you're unable to delete the VCS root even though no build configurations are attached to it. If you're confident that the old VCS root is no longer in use, you might consider using the REST API to forcefully delete it.