-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
I am not able to push pipeline projects data to InfluxDB2.7 , freestyle jobs data is getting written to InfluxDB2.7 successfully.
Jenkins Version: 3.4
InfluxDB Version: 2.7
I have added a code snippet influxDbPublisher , but still data is not pushed to InfluxDB2.7
Output for Pipeline jobs is:
[InfluxDB Plugin] Collecting data...
[InfluxDB Plugin] Git data found. Writing to InfluxDB...
Finished: SUCCESS
Output for freestyle jobs is:
[InfluxDB Plugin] Collecting data...
[InfluxDB Plugin] Custom data found. Writing to InfluxDB...
[InfluxDB Plugin] Git data found. Writing to InfluxDB...
[InfluxDB plugin] Metrics plugin data found. Writing to InfluxDB...
[InfluxDB Plugin] Publishing data to target 'xxx' (url='xxxx:8086/', database='jenkins')
Please assist.