Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: performance-plugin
-
Labels:
-
Environment:Jenkins 2.107.3
Performance Plugin 3.8
Oracle JDK 1.8.0_161
CentOS Linux release 7.4.1708 (Core)
-
Similar Issues:
Description
Encountered a JEP-200 related issue with the Performance Plugin:
Failed to serialize hudson.plugins.performance.parsers.AbstractParser#dateFormat for class hudson.plugins.performance.parsers.JMeterCsvParser
This happens when running the build following step in a pipeline:
perfReport compareBuildPrevious: true, excludeResponseTime: true, modePerformancePerTestCase: true, modeThroughput: true, sourceDataFiles: 'target/jmeter/results/performance.csv'
Please see full stack trace in attached jenkins-log.txt
Attachments
Issue Links
- relates to
-
JENKINS-49022 Performance plugin. Allow choosing percentiles to track
-
- Resolved
-
- links to
The previous fix was in
JENKINS-49022, but it was not enough apparently