History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3520
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Phong Trinh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Access log file of a previous step

Created: 19/Mar/20 04:55 AM   Updated: 20/Mar/20 03:54 AM
Component/s: None
Affects Version/s: 9.0.32
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Linux


 Description  « Hide
 Hi support team,

  I have a script that parses information in a log file. Is it possible to use this script to parse the logs of a previous step? If so, please let me know what is the naming convention of the log file and its location.

  Thank you in advance,
ptrinh

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [20/Mar/20 03:54 AM]
It is not possible to get log of previous step while build is running. You may consider putting your logic into post-build script of the configuration, and from there you may access the full build log via build.renderLogAsText()

BTW: Please send support requests and questions directly to [robin AT pmease DOT com], instead of creating bugs here. Thanks!

Phong Trinh [20/Mar/20 01:02 AM]
Thank you for promptly response, Robin. I am parsing log of a currently running build, but the log of the test in previous step.

Robin Shen [20/Mar/20 12:32 AM]
Are you parsing log of a finished build, or a currently running build?