Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: performance-plugin
-
Labels:None
-
Environment:Performance Plugin 3.19
-
Similar Issues:
Description
When disable throughput graph from a pipeline script, throughput graph is not getting removed from trend graphs within performance report.
Sample pipeline script:
stage ('Read Performance Test Results')
{ perfReport filterRegex: '', modeThroughput: false, sourceDataFiles: '' }
Result when modeThroughput set to False
Expected result
Throughput graph should not be displayed in trend graphs