<< Back to previous view |
![]() |
[QB-39] Merge build logs for remote builds
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Major |
Reporter: | Robin Shen | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 2 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
Scenerio: I have installed Quickbuild on 2 servers (A and B). On server A I have a build that kicks off a build on server B (using the quickbuild repository). This all works fine however the log on server A does not include the results of the build on Server B. ie I have to check both logs. Questions: Is there plans to merge the logs into one log file so you only have to look in one place? |
Comments |
Comment by Yakushkov Mikhail [ 15/Mar/06 02:59 PM ] |
Would be a useful feature. Can I currently to get this remoute server log as a text file? |
Comment by Robin Shen [ 16/Mar/06 03:34 AM ] |
Sure. You can treat the remote build log just as an artifact file, and check it out into the main build machine. Then you can access this log file. |
Comment by Sten Rosendahl [ 09/Jun/09 05:51 AM ] |
is this solved as one merged log file in 2.0 or do you still have to open and process two log files? |
Comment by Robin Shen [ 09/Jun/09 08:34 AM ] |
With 2.0's build agents architecture, mutiple servers will no longer be necessary to do a remote/multi-platform builds. When remote builds are configured through using of build agents, logs from all used agents will be merged together. |