Issue Type: Improvement Improvement
Affects Versions: current
Assignee: Unassigned
Components: maven
Created: 13/Dec/12 3:56 PM
Description:

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" the overwrite themselves.

Aim: If the Mojo is maven-soapui-plugin the look in the configuration for "outputFolder" as it is done for surefire and failsafe.

Environment: Linux, Jenkins 1.492, Java 1.6.0_33
Project: Jenkins
Labels: maven testreport test
Priority: Major Major
Reporter: Norman Seidel
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to