Howto? Removing a branch from TeamCity build
Hello,
I have "accidentally" added a branch to a build configuration.
As an experiment I have defined a parameter which is used in my vcs checkout rules (Subversion).
After running a few build on my Trunk I tried changing the parameter value in a custom build.
This worked beautifully, I now had two branches in my build.
However, some time later, the branch is no longer wanted, and is really just complicating things unnecessarily and I want to remove it.
I cannot figure out how to remove the branch. Is this at all possible?
TYI
Thomas
Please sign in to leave a comment.
Hi Thomas,
To remove the branch you should delete builds on this branch. You can delete the build via REST API.
Great! Thank for the tip. I also found the link to do it from the UI.
@...: I know it has been a while. But in case you do read this: Would you care to share where in the UI this can be done?