Get a Build's Build log from a Dependancy build
Hi All,
Is there anyway to get the build log of a successful build from a dependancy build? I can get the artifacts fine, but I cannot get the log.
I need to parse the build log to find out if certain things happened during the build.
Thank you,
Paul
Please sign in to leave a comment.
Hello Paul,
Recommended approach is to dump the build log into artifacts and access the artifacts in your build using Artifact Dependency.
As workaround you could download the build log by using HTTP request within build script. See more details on using it in our doc http://confluence.jetbrains.net/display/TCD5/Accessing+Server+by+HTTP.
Kind regards,
Marina