Hello,
so far we have managed the tags in the UI and set the tag "TESTING_VERSION" to a commit in Bitbucket. Since a few days I can't delete exactly this one tag via the UI anymore and therefore can't assign it again. With other tags, such as a version tag, I can still delete it normally via the UI. Only with this "TESTING_VERSION" it doesn't work anymore.
For clarification two more pictures...
Commit with assigned Tag 1.6.20
Commit with assigned Tag TESTING_VERSION
My System Information:
Bitbucket Server is running on a Docker Container. The Version is v6.6.1 with the Docker-Image from Dockerhub. The database is on a Postgres-Docker.
Steps I have already taken to solve the problem:
- Manually set the tag with git, and pull it into the repository. That works, but it is not the way I wanna set the tag.
- Restart Docker-Containers
- I did an upgrade to Bitbucket v.6.6.1 but the behaviour has not improved
- Tried it with normal and root user to make sure it's not the permissions
Can anyone help me?
Many thanks in advance.
Philipp