| We are experiencing a similar problem in our production environment, with a slightly different variation. It appears as though the truncation logic in the history widget is taking into account the build ID and time stamp strings in it's calculations for truncation. As a result when our build numbers went from being 5 digits to 6 digits in certain jobs, information that used to be present in the history widget (ie: from the build description) is now being truncated. What's even stranger is that even though presumably the summary content only grows by 1 or 2 characters (ie: 1 extra digit in the build number, and perhap 1 extra carriage return character to put to the timestamp on the following line) the build description seems to have an entire line of output being truncated which had previously been present. First off, I wouldn't have expected the timestamp to be wrapped in this case at all since there is plenty of white space surrounding the text currently. So that was odd. Secondly, it seemed odd that the build description would get truncated differently dependent upon how the summary / header information is displayed in the history. I would have expected the descriptive text to be truncated consistently regardless of the header info. |