-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins Version 2.107 InfluxDB Plugin version 1.20
We are not able to get the Pipeline data such as "stage durations", "steps executed"...
Influxdb plug in not collecting and pushing these data.
We are using influxdb plugin as step execution in our pipeline as below
step([$class: 'InfluxDbPublisher', customData: myDataMap, customDataMap: mycustomdatamap, customPrefix: null, target: 'My Target', jenkinsEnvParameterTag: 'build_number=' + env.BUILD_NUMBER])
- duplicates
-
JENKINS-53360 Add ability to send list of data to InfluxDB
- Open