Hi, For free graphs I used https://wiki.jenkins-ci.org/display/JENKINS/dbCharts+Plugin -- Thanks, Roman On Tue, 2015-06-09 at 22:34 -0700, abhishek gupta wrote: > Hi, > In our company we have centralized Jenkins setup > ,because of it we are keeping less than 5 build per job. I have > written a post build plugin to publish test results using xml > generated by in-house automation tool. My plugin store all builds > records (despite being discarded by Jenkins) in a csv file in > workspace of each job. Generate CSV file format is as below:- > > Date, Counter 1 ,Counter 2 > 21-05-2015,1000,49 > 25-05-2015,900,149 > > > Now I need to generate graph using this csv file, when I try to use > plot plugin , it does not allow me to use x-axis , it uses x-axis for > builds(present is job’s history), but I want to use x-axis for date > column of csv. > > Please suggest some other plugin or tutorial (or example) to generate > graph in my plugin. > > > Thanks > Abhishek > -- > You received this message because you are subscribed to the Google > Groups "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, > send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-dev/e06f7a55-4b79-4c13-83b8 > -6a15a942ea75%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/1433926150.18202.2.camel%40gmail.com. For more options, visit https://groups.google.com/d/optout.
