Adam Erstelle
Adam Erstelle

Reputation: 2513

Jenkins Test Result Trend Graph Numbers Don't Work

I'm having an issue with Jenkins Test Result Trend. The graph appears when it needs to, however the numbers are no longer there and replaced with a bunch of symbols.

I am running the latest Jenkins (2.84) with all plugins up to date.

Test Result Trend with Symbols

I've tried disabling some plugins, triple checking junit plugin is fully up to date, and other various tasks.

Upvotes: 1

Views: 741

Answers (1)

Zac
Zac

Reputation: 36

Hopefully you've already resolved this, but for others - turns out this is related to the availability of the dejavu-sans font on your host.

I encountered this when installing Jenkins on CentOS. Resolved with:

yum install dejavu-sans-fonts.noarch dejavu-sans-mono-fonts.noarch

See: Jenkins - Load Statistics graph weird encoding

Upvotes: 2

Related Questions