<< Back to previous view |
![]() |
[QB-527] Build emails no longer have correct link to step log
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Roger Perkins | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
The build failure emails seem to have the overall build log link for all the steps too. Possibly just a velocity file change related to some of the other logic changes in there
|
Comments |
Comment by Roger Perkins [ 05/Feb/10 12:08 PM ] |
$build.getLogUrl($entry.name) should possibly be $build.getLogUrl($entry.key) as this is how the display of the name was changed in the script? |
Comment by Roger Perkins [ 05/Feb/10 12:19 PM ] |
Confirmed locally that this change fixes the issue |
Comment by Robin Shen [ 05/Feb/10 01:42 PM ] |
Thanks, will be fixed in next minor version. |