Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-16121

maven-soapui-plugin configurable outputFolder

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • maven-plugin
    • 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.

            kutzi kutzi
            nose Norman Seidel
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: