Jenkins Plot Plugin输入文件的示例

Ash*_*mma 6 jenkins jenkins-plugins

我正在寻找一些属性/ csv文件的例子,它们作为Jenkins上Plot插件的输入.我试图搜索很多,但没有找到任何这样的例子,它显示了一个明确的例子,说明了插件插件是如何期望输入文件格式的.

小智 6

csv文件(example.csv)的示例可能如下:

data1,data2,total,threshold_total
100,201,301,500
Run Code Online (Sandbox Code Playgroud)

在Jenkins中,您可以使用example.csv数据系列文件配置绘图.选择Load data from csv file您可以决定要包含或排除的列.例如,如果选择Include columns by name和作为CSV排除值,将生成total,threshold_total显示totalthreshold_total值的图表.