Is it possible to retrieve the logs of a step that has finished in order to analyze it in a following step, while the build is still running?
I've tried build.renderLogAsText() but it seems to work only when the build has finished
Is it possible to retrieve the logs of a step that has finished in order to analyze it in a following step, while the build is still running?
I've tried build.renderLogAsText() but it seems to work only when the build has finished
Unfortunately this is not possible. QB only aggregates/processes the step log after build finishes.
ok, thank you, suspected as much. I just thought that if we can see logs in the UI while the build is running, it might also be somehow possible to get them from the API