-
Type:
Improvement
-
Resolution: Won't Do
-
Priority:
Minor
-
Component/s: multi-branch-project-plugin (not Pipeline)
-
None
Original reporter https://github.com/unklphil
Our test suite creates a test database that is normally removed after tests are done, however when the branch is deleted before the tests finish, the branch sync immediately deletes everything and the tests stop. This causes the test databases to not be deleted.
A possible solution would be to not delete a branch's job if it is currently building.