How to know the remaining build time in a build chain? Manjula Chukki Created August 04, 2025 14:39 In the Parent build, is there a way to find/show to the total remaining time needed for the child builds to complete in a build chain?
Hi Manjula,
You need to use a composite build to have the summary information on the whole build chain in one place. See the details and examples here: https://www.jetbrains.com/help/teamcity/composite-build-configuration.html.
When starting the composite build, it will show the estimated finish time for the whole build chain in the duration column, similarly to how it works for a singular build:
Best regards,
Anton