[junit report] Possible to append string to testsuite name in assertions.xml?

Dear all,
I’m trying to integrate Gatling assertions with Jenkins and would like to differentiate testsuite name so it’s not aggregated in the Junit report (accesible in Jenkins via this URL: job/{%FOLDER_NAME%}/job/{%JOB_NAME%}/{%BUILD_NUMBER%}/testReport/.

So for example instead of having:

`

Global: percentage of successful requests is greater than or equal to 99.0

`

I would like to have something like that (dependent on the parameters passed in JAVA_OPTS):

`

Global: percentage of successful requests is greater than or equal to 99.0

`

I found a topic in this group but looks like have not been answered
https://groups.google.com/forum/#!searchin/gatling/junit$20report|sort:date/gatling/yorfhTNbwr8/u0JuxwnQAQAJ

Best regards,
Matt