New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
The logs (both current activity and saved logs for a build) have all of their ' changed to look like \'
This was done to fix an issue with ' in javascript so we need to be smarter about where this fix is applied.
Description
The logs (both current activity and saved logs for a build) have all of their ' changed to look like \'
This was done to fix an issue with ' in javascript so we need to be smarter about where this fix is applied.
Lilians Auvigne added a comment - 15/Jun/07 02:43 AM I have a similar problem with / character which is suffixed with ? character in log tab or in Log Summary section.
I have
line 10: cd: /home/?cis/?data/?bamboo-home/?xml-data/?build-dir/?RT-MVMN1/?build/?c/? build: No such file or directory
instead of
line 10: cd: /home/cis/data/bamboo-home/xml-data/build-dir/RT-MVMN1/build/c/ build: No such file or directory
The weird ? after all the / characters is actually due to BAM-1012. We insert WBR characters after the / characters to ensure that long lines wrap around. You can track this the fix for this issue there
Brydie McCoy [Atlassian] added a comment - 18/Jun/07 08:22 PM Hi Lilians,
The weird ? after all the / characters is actually due to BAM-1012. We insert WBR characters after the / characters to ensure that long lines wrap around. You can track this the fix for this issue there
Cheers
Brydie
Brydie McCoy [Atlassian] added a comment - 19/Jun/07 12:41 AM Hi,
I have made changes so there are no more \ before ' in the build logs but the tool tips still work.
Cheers
Brydie
I have
instead of