Is there a way to output the process ID in a surefire build with forkCount > 1?

Viewed 358

we have jenkins build which run about 500 different testclasses. When multiple tests fail it sometimes would be helpful to know, if they ran on the same process. Does anybody know a way to let surefire output the process Id. I did not find anything in the plugin-documentation

1 Answers
Related