-
Bug
-
Resolution: Not A Defect
-
Major
-
CentOS Linux release 7.4.1708 (Core)
Jenkins version: jenkins-2.73.1-1.1.noarch
I have issues with all graphs rendered by Jenkins
see the attached image
I have issues with all graphs rendered by Jenkins
see the attached image
It is certainly a font problem in your OS.
In case of Chinese, it was reported that "yum groupinstall chinese-support" has fixed the problem. So you may do the same with your own language.
Otherwise you can try to add DejaVuSansMono.ttf or DejaVuSans-Bold.ttf in your server and to setup a fonts.conf alias in your server:
<match target="pattern">
<test qual="any" name="family">
<string>mono</string>
</test>
<edit name="family" mode="assign">
<string>monospace</string>
</edit>
</match>