Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
While running performance test and providing the following Taurus tool parameters:
./test.yml -o 'reporting.-1={module: "junit-xml", filename: "taurus.xml"}'
, parameters are incorrectly parsed into [./test.yml, -o, 'reporting.-1=\{module: "junit-xml", filename: "taurus.xml"}']. For the last parameter, additional single quotes are passed to taurus, which makes taurus confused and read the parameters wrongly.
Below is the console output after running the performance test:
Fixed in https://github.com/jenkinsci/performance-plugin/pull/166