TeamCity Test History
Right now, I see most of my builds only keep track of the test results for the last three months.
Is there any way to keep all test results forever? And if not, is there something I can use to pipe in the test results to keep the data forever?
Please sign in to leave a comment.
Hi Joshua,
by default, build data is kept forever. You can find this in the clean up settings of your project. They are stored in the database, so if your database has any mechanism to clear old content (it's rare but it might happen) that might also be interacting here.
Could you check those first?