An example csv file ( example.csv ) could be as follows:
data1,data2,total,threshold_total 100,201,301,500
In Jenkins, you configured the graph using example.csv as a data series file. By selecting Load data from csv file , you can decide which columns to include or exclude. For example, if you select Include columns by name and as the exception values โโCSV total,threshold_total , a graph showing the values โโof total and threshold_total will be created.
source share