-
Improvement
-
Resolution: Fixed
-
Minor
-
Linux, Jenkins 1.492, Java 1.6.0_33
There was a fix in JENKINS-11353 to recognize test results from eviware:maven-soapui-plugin. Currently SurefireArchiver looks in the plugin configuration if the Mojo is surefire or failsafe.
But in maven-soapui-plugin you can configure "outputFolder" for your surefire-reports. We are running multiple executions of maven-soapui-plugin with different versions of the "same" testsuites (same testcases). If we want to keep all surefire-reports we have to configure multiple reports directories or "outputFolder" in the soapui-plugin. But Jenkins only looks for "target/surefire-reports" by default (non surefire oder failsafe plugin). So this doesn't work. And if all executions write to "target/surefire-reports" they overwrite themselves.
Aim: If the Mojo is maven-soapui-plugin then look in the configuration for "outputFolder" as it is done for surefire and failsafe.
- depends on
-
JENKINS-8334 maven-plugin insists on Surefire to run tests
- Resolved
- is related to
-
JENKINS-11353 Recognize test results from eviware:maven-soapui-plugin
- Resolved