Console mode: reportFileName not working for XML output

We want to use console mode to execute Katalon tests on our Jenkins. As we support more than one browser mutilpe executions of katalon are necessary. To be able to collect the JUnit results of all runs we set the command line parameter reportFileName. The result ist that CSV and HTML file are named correctly but XML file stays JUnit_Report.xml. reportFileName should also rename the generated XML file so we can collect e.g. report_IE.xml, report_Chrome.xml …