Experimental UI showing 100+ pending changes as it defaults to 'all branches' and not 'default branch'
we have a setup where we have a chain of builds like
Build system-test depends on run tests, depends on compile, depends on webpack
Build prod depends on run tests, depends on compile, depends on webpack
Our 'top level' build in the chain only has a single branch in its VCS settings (GiT). ie the branch called 'system-test' or the branch called 'prod'
But the child dependancies have a VCS configuration that allows them to build any branch, as these chains are used for lots of build chains, including building our feature branches whenever one is pushed to GiT.
The experiemental UI always shows the prod and systemtest builds have 100+ pending changes. but if you open that build and change the 'all branches' dropdown to just 'prod' it then suddenly changes to 4 pending changes (which is what i expected)
Is there anything i can do about this, as it makes the pending changes number on the new experimental UI kinda pointless if I cant trust what it says and always have to open the build and change the 'all branches' to 'default branch' to make it work.
any suggestions?
Please sign in to leave a comment.
Could you please attach some screenshots to illustrate the problem?
I need the following information:
1. Settings page (branches section) for prod\system-tests build configuration.
2. The same for any other build configuration down the chain (e.g. run tests).
3. Screenshots for build configuration \ projects page there the problem is visible.
Also, could you please tell what TeamCity version do you use? There were a couple of fixes in Sakura UI in 2019.1.2, maybe your problem is already fixed.