Yes, I agree with you. The plot plugin is very limited. You could use the R-plugin <https://wiki.jenkins-ci.org/display/JENKINS/R+Plugin> to use a small R-script to create any beautiful graph you want
On Thursday, June 11, 2015 at 12:40:35 AM UTC-4, abhishek gupta wrote: > > Hi Roman, > Thanks for pointers. I looking something which > uses csv for data. > > On Wednesday, 10 June 2015 11:04:02 UTC+5:30, 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/b24a7cee-010e-4911-af55-ea6f40440430%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
