Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to Remove Pending Changes in TeamCity

We had an issue recently that caused TeamCity to stop running builds for several hours. The result was a large queue of pending changes. Now this has been resolved, and new changes are going through the pipeline with no problem.

However, the pending changes area still shows 43 pending. All of these changes have been included in subsequent commits, and have therefore been built. Why is TeamCity showing these old commits as pending? And how do I clear the queue?

TeamCity Pending Changes Queue

like image 586
Seth Avatar asked Oct 31 '22 06:10

Seth


1 Answers

I've had the same issue and found a way to work around it. Not ideal but worked for me.

Select your project. Click on Edit Configuration Settings. Select Actions and Copy. Create a duplicate copy of your project. Now go through the process again only delete the old project instead of copying it.

This gives you a new project with the same setup and none of the history or pending items of the old one. Like I said not ideal, but will get rid of the pending items.

like image 200
HSG Avatar answered Nov 10 '22 06:11

HSG