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/0d844d4f-ab47-41c1-ac20-7d2edcb94eff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to