we have jobs that simply run junits and publish it to jenkins.
The Test result anylser shows good results and also the dashboard-view test-statistics-trend, but the test-statistics chart and test-statistics grid show empty result (all 0 in grid and empty view in chart)
in the log the only warning we have that looks relevant is :
May 10, 2015 4:44:08 PM org.kohsuke.stapler.RequestImpl$TypePair convertJSON
WARNING : 'stapler-class' is deprecated: hudson.veiws.JobColmnMay 10, 2015 4:44:08 PM org.kohsuke.stapler.RequestImpl$TypePair convertJSON
WARNING : 'stapler-class' is deprecated: hudson.veiws.LastSucessColumn
May 10, 2015 4:44:08 PM org.kohsuke.stapler.RequestImpl$TypePair convertJSON
WARNING : 'stapler-class' is deprecated: hudson.veiws.LastFailureColumn
May 10, 2015 4:44:08 PM org.kohsuke.stapler.RequestImpl$TypePair convertJSON
WARNING : 'stapler-class' is deprecated: hudson.veiws.LastDurationColumn
May 10, 2015 4:44:08 PM org.kohsuke.stapler.RequestImpl$TypePair convertJSON
WARNING : 'stapler-class' is deprecated: hudson.veiws.BuildButtonColumn
May 10, 2015 4:44:08 PM org.kohsuke.stapler.RequestImpl$TypePair convertJSON
WARNING : 'stapler-class' is deprecated: hudson.plugins.view.dashboard.core.JudsonStdJobsPortlet
May 10, 2015 4:44:08 PM org.kohsuke.stapler.RequestImpl$TypePair convertJSON
WARNING : 'stapler-class' is deprecated: hudson.plugins.view.dashboard.test.TestStatisticsPortlet
May 10, 2015 4:44:08 PM org.kohsuke.stapler.RequestImpl$TypePair convertJSON
WARNING : 'stapler-class' is deprecated: hudson.plugins.view.dashboard.test.TestTrendChart
May 10, 2015 4:44:08 PM org.kohsuke.stapler.RequestImpl$TypePair convertJSON
WARNING : 'stapler-class' is deprecated: hudson.plugins.view.dashboard.test.TestStatistics.Chart
It looks like the chart and grid has vaules but don't show it since they can't convert the values to numbers so the can't calulates the odds that needed for results.
It is critical for us since with out it we will not use jenkins as bug tracking system and we will look for other way of showing test statistics
We have no url since the site is internal site in our environment that is not exposed over the internet
Regards
Danny