I am using InfluxDB for collecting Jenkins build metrics.
Now I’ve requirement of collecting changelog_data from Jenkins.
I’ve tried to add changelog plugin in maven, ran mvn changelog:changlog
command which has generated changelog.xml but in InfluxDB not getting any data while running
select * from changelog_data
Could anyone please advise how to achieve this ?