-
Bug
-
Resolution: Fixed
-
Critical
I updated to Performance Plugin version 1.15 that added a new pipeline step performanceReport and the following problems occured (see also Github #73):
- Missing PerformanceTrend in Job-View
- Duplicated Performance Report in Build-View (see attachment)
- Snippet generator cannot handle double values of relative thresholds
performanceReport compareBuildPrevious: false, configType: 'MRT', errorFailedThreshold: 0, errorUnstableResponseTimeThreshold: '', errorUnstableThreshold: 0, failBuildIfNoResultFile: false, modeOfThreshold: false, modePerformancePerTestCase: true, modeThroughput: false, nthBuildNumber: 0, parsers: [], relativeFailedThresholdNegative: <object of type java.lang.Double>, relativeFailedThresholdPositive: <object of type java.lang.Double>, relativeUnstableThresholdNegative: <object of type java.lang.Double>, relativeUnstableThresholdPositive: <object of type java.lang.Double>
I had to replace <object of type java.lang.Double> manually by the correct double values.
- depends on
-
JENKINS-31967 Specifying decimal numbers for JUnit health factor in Pipeline snippets results in invalid code
- Resolved
- is related to
-
JENKINS-32650 Make PerformancePublisher a SimpleBuildStep
- Resolved
-
JENKINS-36500 Make Performance Plugin compatible with Pipeline
- Closed