I noticed that sometimes, the live build log is blank (i.e. empty) when I check the log for a running build. So I created a build configuration in order to reproduce this bug and to narrow down the factors that trigger this bug, here are my findings:
Configuration details
Build steps: Only 1 build step, which is to checkout a big project (~5 GB)
Build log level: Debug
When running on a Windows node, I can see the build log being updated live every 5 seconds to display which files are being checked out. But on a Linux node, for the same configuration, the live build log screen remains empty until the check out is finished.
Do you have an idea why? I'm using QB 5.0.25.
Thanks!