Hi Mark, I have the same requirement, the test framework generate a CSV as test report, want to display it on jenkins dashboard, I am not getting what's the proper way to transform a CSV file into Junit format to diplay it into jenkins, appreciate your help
thanks On Wednesday, November 27, 2013 6:50:28 PM UTC+5:30, Mark Waite wrote: > > Usually, contents of a CSV file represent something higher level. You > might look for a plugin that presents that higher level thing, then convert > the CSV to the format of that higher level thing and display it using the > Jenkins plugin for that thing. > > For example, if it is test results, you could convert the CSV to JUnit > format and display the results as test results. > > If the CSV represents compiler warnings, you could convert the output to > match the compiler warnings expected output. > > If the CSV represents some row and column data computed by the Jenkins > job, you could convert it to an HTML table in an HTML page and use the HTML > Publisher to show that HTML page in your Jenkins job. > > Mark Waite > > > On Wed, Nov 27, 2013 at 6:14 AM, Noam Mendelssohn <[email protected] > <javascript:>> wrote: > >> Hey guys >> >> I have a jenkins job, which creates a CSV file. The file is a list of >> lines of comma seperetated values. >> You know, a CSV :) >> >> Anywho, I want to display the contents of this file in some kind of >> automatic report in this job. >> Currently the CSV is archived and can be downloaded and viewed, but my >> higher ups want a prettier, easier report viewable. >> So I need to somehow read / parse / show this CSV via jenkins. >> >> Any ideas ? >> >> Thanks in advance >> NoamM >> >> -- >> 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 [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
