Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Retrieve logs of finished build step while build is still running #4640

TatianaNikolaeva ·

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

  • replies 2
  • views 29
  • stars 0
robinshen ADMIN ·

Unfortunately this is not possible. QB only aggregates/processes the step log after build finishes.

TatianaNikolaeva ·

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