Skip to content

Commit

Permalink
fix(JENKINS-73604): Remove xterm escape codes from log file
Browse files Browse the repository at this point in the history
  • Loading branch information
mydeveloperday committed Nov 27, 2024
1 parent e831be2 commit 5df1850
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ public String parseLine(final String line, final String status)
parsedLine = parsedLine.replaceAll(">", ">");

// Remove xterm color escape sequence with an empty space.
//parsedLine = parsedLine.replaceAll("\u001B\\[\\d+m", "");
parsedLine = convertEscapeSequencesToHtml(parsedLine);

if (effectiveStatus != null
Expand Down

0 comments on commit 5df1850

Please sign in to comment.