-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: performance-plugin
-
None
-
Environment:Performance Plugin 3.19
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