Jenkins has built-in support to read the results of JUnit tests from JUnit XML result files, and displays those results. Many tools are able to write JUnit XML test result files (Java unit test libraries, C++ unit test libraries, Ruby unit test libraries, Python unit test libraries, etc.) If you can write your results in an XML format that is compatible with JUnit XML, then Jenkins will display the results without any plugins.
I don't know what you're hoping to gain from a pie chart presentation of the test results. If you truly require a pie chart, you may need to investigate one of the charting plugins. I'd suggest first that you look at the existing Jenkins test results displays. They probably already meet your needs. An example of the Jenkins unit test results is visible at: https://buildhive.cloudbees.com/job/MarkEWaite/job/git-plugin/59/testReport/ Thanks, Mark Waite On Fri, Dec 27, 2013 at 8:39 AM, Charley Yen <charley....@gmail.com> wrote: > > > <http://stackoverflow.com/questions/20787761/need-help-guidance-on-jenkins-plot-plugin-setup-and-configure#> > > I am new to Jenkins and need some help to configure it so that it can > display my test results in pie chart. > > It's my first time being here and still getting to know this group so if > someone has already asked the same or similar question before, my apology. > I actually did a search. But still, I could have missed the previous posts. > > I have a tool to run a smoke test which is to install a piece of software > on multiple hosts. And my tool can keep track the number of > passed/failed/skipped installations. I want to display the test statistics > in a pie chart on jenkins. What plug-ins am I supposed to use? What kind of > data file am I supposed to provide? Please show me step by step with data > file format and the screen shots.I guess I should generate either csv or > xml files. But I don't know what the exact formats in either file. And I > don't know how to configure my jenkins to read this file. I don't even know > what plugin I should use, plot plugin or dashboard plugin or something else? > > I hope I have made myself clear and your help is highly appreciated. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.