Example of Jenkins Plot Plugin input files -
i looking examples of properties/ csv file act input plot plugin on jenkins. have tried search lot, didn't find example such shows clear example of how plot plugin expects input file format.
an example of csv file (example.csv
) following:
data1,data2,total,threshold_total 100,201,301,500
in jenkins configure plot using example.csv
data series file. choosing load data csv file
can decide columns include or exclude. example, if choose include columns name
, csv exclusion values total,threshold_total
plot showing total
, threshold_total
values produced.
Comments
Post a Comment