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.

Build Failure Analysis and Step Logs #2341

Brad_T ·
We use a semi-automated failure analysis tool to filter through build failures and determine whether they are simply a result of bad code or possibly a problem with the build system infrastructure. To do this we need to access the logs for individual failed steps along with the agent that the step ran on. Currently we rely on using info returned from the links in the email notifications, and then making a REST call to .../log_request/render?showStep=true&log=<string_returned_from_email_link>. Our problem is that we would like to eliminate the necessity of using the email. Is there some way that we can get the same log by providing a build ID and step path? Or, possibly a way to get the step_log/agent/step_path for all failed steps given a build ID?
  • replies 0
  • views 2636
  • stars 0