|
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-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Sorry, I don't have any idea how to make that site work with your browser configuration.
You will need to find your way without that screencast.
Mark Waite
<testsuite tests="3"> <testcase classname="foo" name="ASuccessfulTest"/> <testcase classname="foo" name="AnotherSuccessfulTest"/> <testcase classname="foo" name="AFailingTest"> <failure type="NotEnoughFoo"> details about failure </failure> </testcase> </testsuite>Post-build Actions? Some screen shots would very helpful.
Let's assume my test tool created this file. What configurations should I do inside my jenkins/
Again, thank you for your help.

--
Recording test results Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Why am I getting this?
In addition, I still don't know how to create a pie chart by publishing the JUnit test result report.
Again, thanks for your help. It would be nice to publish your video in youtube.
--
|
I just found out two ways to handle this issue by removing old build history. 1) Refer to answers to this thread: http://stackoverflow.com/questions/3410141/how-do-i-clear-my-hudson-build-history 2) In config page, you can set number of builds & artifacts you want to keep. Please refer to the screen shot attached. There should a way just to limit number of builds in the plot without remove them from the server. But I have not figured out how, yet. I'd appreciate someone could kindly show me. |