-
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
[JENKINS-47334] Gibberish in graphs images
Attachment | Original: image-2017-10-08-21-09-39-473.png [ 39966 ] |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
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>