Hi,

I'd like to set up a translation status page for a project, with
statistics and graphs for translated, "fuzzy" and untranslated strings.

The build generates CSV files of the format

lang;translated;fuzzy;untranslated
ca;10;20;30
de;60;;
en;50;;10

etc.

The list of languages is not fixed, as new languages can be added by the
translation project; ideally I would not need to change the Jenkins
setup when that happens.

Now I'd like to have an overview page that displays the csv file as a
HTML table, and a history page that shows one graph per language, with
stacked areas for the three columns and using the build numbers as the x
axis.

Is there any way to generate this? I've tried the Plot and the
Statistics Gatherer plugins, to no avail.

   Simon

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2f45a126-9216-25f1-bdfb-cb0f59fd9ca0%40hogyros.de.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to