-
Bug
-
Resolution: Answered
-
Low
-
None
-
None
-
None
-
None
-
Severity 2 - Major
-
Problem Description:
Upon deleting repositories from the Bamboo UI (Linked Repositories) the data is not cleaned from the database table "VCS_LOCATION". This happens when the repository is linked to a build plan.
Steps to Reproduce:
- Add a repository to the linked repositories using Bamboo UI.
- Link this repo to a plan in Bamboo and add it to a source code checkout task. Trigger a build as well.
- Go to linked repositories settings and select the same repo to delete from the UI.
- Tried deleting the repo from the plan as well.
- Restart the Bamboo to trigger the deletion service.
Expected Results:
Bamboo Should clean the data from the database.
Actual Result:
The data still exists in the table "VCS_LOCATION" and if we create a new repo with the same name using the Bamboo UI. Tha Bamboo adds a new entry to the table "VCS_LOCATION" with a new "VCS_LOCATION_ID"
Notes:
This data will not cause any impact to the Bamboo apart from adding more entries to the database.
- relates to
-
BAM-20093 Prevent Linked repository from deleting in the UI until all the plans that use this no longer uses
- Gathering Interest