Jenkins - add chart to the job interface

前端 未结 3 897
孤城傲影
孤城傲影 2021-01-05 06:34

How can I add the pdepend chart to the Jenkins job interface (under the project\'s title)? Is it actually possible to do so?

3条回答
  •  感动是毒
    2021-01-05 07:00

    I know this is an old question, but this may help to those who are searching a way to do this. First, my project is a test project, in which one of my test steps, writes a file with the result I want to measure along time,so I have a csv file. Then I integrated a highchart.js script, in the project description, with the csv values. So, this way I have a chart with the values of all jobs in one place, and look like this:

    Note: to do this, you have to install the 'anything-goes-formatter' plugin, which I think has security risks. I hope this will be helpful to someone.

提交回复
热议问题