Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: influxdb-plugin, performance-plugin
-
Labels:None
-
Environment:Jenkins ver. 2.46.1
CentOS 7.3
InfluxDB Plugin 1.11
-
Similar Issues:
Description
InfluxDB Plugin stopped working after I've upgraded Performance Plugin to latest v2.2.
Using Pipeline
step([$class: 'InfluxDbPublisher', customData: null, customDataMap: null, customPrefix: null, target: 'localhost'])
Build hangs on
INFO: [InfluxDB Plugin] Publishing data to: [url=http://localhost:8086, description=localhost, username=jenkins_user, password=*****, database=jenkins_db]
Couldn't even stop the job, had to kill the whole server.
Downgrading Performance Plugin to v2.1 made it work again.
Attachments
Issue Links
- is related to
-
JENKINS-45105 Sending data to influxdb fails due exception
-
- Closed
-
The performance plugin was restructured between 2.1 and 2.2, and a bunch of classes were moved around.
https://github.com/jenkinsci/performance-plugin/tree/performance-2.2/src/main/java/hudson/plugins/performance
https://github.com/jenkinsci/performance-plugin/tree/performance-2.1/src/main/java/hudson/plugins/performance