How can I fix this Junit message in RTC - source file for the java class "someTest" was not found in the workspace
I have PHPUnit results published to the build result in RTC. When I click on the test I get a dialog with the message, "The source file for the java class "someTest" was not found in the workspace."
The tests are part of a Jenkins pipeline on another server than the RTC instance. RTC does have the source stream but the Jenkins workspace has a different path in the junit results.
Is there a way to eliminate the message by patching the results? Or make it work with PHP instead? Or something?