Printing [32m✓ [39m in jenkins console
Closed this issue · 2 comments
gnusiva commented
hi, in local machine is printing the tick character correctly. but in jenkins it is printing as [32m✓ �[39m
while viewing in web browser. Is there any configuration to change the tick mark?
coyoteecd commented
tva-TIS commented
That changes the tickmark, but thats not the reason, jenkins is struggling with the output ([32m✓ �[39m
does contain the tickmark). The problem are the ansi colors. You can either disable those with --no-colors
(or colors: false
or noColors: true
in the karma configuration file) or you install the Jenkins ANSI plugin https://plugins.jenkins.io/ansicolor/.