How to know the remaining build time in a build chain?

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?

0
1 comment

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

1

Please sign in to leave a comment.