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

Recognize test results from eviware:maven-soapui-plugin

      maven-soap-ui plugin is capable of outputting surefire/junit style reports: http://www.soapui.org/Test-Automation/maven-2x.html

      If using freestyle project in jenkins, can specify to look in report output directory and jenkins will register the tests (test results on project show them).
      If using maven project, these tests do not show up.

      There's good info here about setting maven,soapui tests and jenkins up
      http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/22420

      In comments at the bottom, you can see that jenkins will not recognize tests by default. Workaround is to use a freestyle project, but then we lose ability to have things like the 'perform maven release' button on the job.

      Have investigated this, seems to be an issue with hudson.maven.reporters.SurefireArchiver needing to have every plugin registered that it will consider test reports from. Since it's hardcoded into the file, guess the simplest way to fix this is to patch it to include the soapui plugin.

      Seems similar to this request for failsafe plugin: https://issues.jenkins-ci.org/browse/JENKINS-4229

          [JENKINS-11353] Recognize test results from eviware:maven-soapui-plugin

          Aidan Foley added a comment - - edited

          It looks like this commit just has support for the maven-soapui-plugin. Would you be able to add support for the maven-soapui-pro-plugin as well please?

          Aidan Foley added a comment - - edited It looks like this commit just has support for the maven-soapui-plugin. Would you be able to add support for the maven-soapui-pro-plugin as well please?

          Ryan Murfitt added a comment -

          Added maven-soapui-pro-plugin support

          Ryan Murfitt added a comment - Added maven-soapui-pro-plugin support

          Code changed in jenkins
          User: Olivier Lamy
          Path:
          maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
          http://jenkins-ci.org/commit/jenkins/bc3766f41f379fe517d0a4931690698e3110dfdf
          Log:
          Merge pull request #352 from puug/master

          Fix for JENKINS-11353
          thanks.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Olivier Lamy Path: maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java http://jenkins-ci.org/commit/jenkins/bc3766f41f379fe517d0a4931690698e3110dfdf Log: Merge pull request #352 from puug/master Fix for JENKINS-11353 thanks.

          Code changed in jenkins
          User: Olivier Lamy
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/1bdedc2ade1ca55f77026d14d22cc2c5f635b57b
          Log:
          add changelog entry for JENKINS-11353

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Olivier Lamy Path: changelog.html http://jenkins-ci.org/commit/jenkins/1bdedc2ade1ca55f77026d14d22cc2c5f635b57b Log: add changelog entry for JENKINS-11353

          dogfood added a comment -

          Integrated in jenkins_main_trunk #1508
          [FIXED JENKINS-11353] (Revision 35c48cfcf563ad4429b51f7c920ee34159d8b4e9)
          add changelog entry for JENKINS-11353 (Revision 1bdedc2ade1ca55f77026d14d22cc2c5f635b57b)

          Result = SUCCESS
          rmurfitt : 35c48cfcf563ad4429b51f7c920ee34159d8b4e9
          Files :

          • maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java

          Olivier Lamy : 1bdedc2ade1ca55f77026d14d22cc2c5f635b57b
          Files :

          • changelog.html

          dogfood added a comment - Integrated in jenkins_main_trunk #1508 [FIXED JENKINS-11353] (Revision 35c48cfcf563ad4429b51f7c920ee34159d8b4e9) add changelog entry for JENKINS-11353 (Revision 1bdedc2ade1ca55f77026d14d22cc2c5f635b57b) Result = SUCCESS rmurfitt : 35c48cfcf563ad4429b51f7c920ee34159d8b4e9 Files : maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java Olivier Lamy : 1bdedc2ade1ca55f77026d14d22cc2c5f635b57b Files : changelog.html

          Roland Asmann added a comment -

          Has this been released yet?

          Roland Asmann added a comment - Has this been released yet?

          Code changed in jenkins
          User: puug
          Path:
          maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
          http://jenkins-ci.org/commit/jenkins/35c48cfcf563ad4429b51f7c920ee34159d8b4e9
          Log:
          [FIXED JENKINS-11353]
          Now recognises test results created by the maven-soap-ui plugin

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: puug Path: maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java http://jenkins-ci.org/commit/jenkins/35c48cfcf563ad4429b51f7c920ee34159d8b4e9 Log: [FIXED JENKINS-11353] Now recognises test results created by the maven-soap-ui plugin

          Code changed in jenkins
          User: puug
          Path:
          src/main/java/hudson/maven/reporters/SurefireArchiver.java
          http://jenkins-ci.org/commit/maven-plugin/b5cc72f8cb9ea4e768efa7d0d68adff92dbffcc1
          Log:
          [FIXED JENKINS-11353]
          Now recognises test results created by the maven-soap-ui plugin
          Originally-Committed-As: 35c48cfcf563ad4429b51f7c920ee34159d8b4e9

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: puug Path: src/main/java/hudson/maven/reporters/SurefireArchiver.java http://jenkins-ci.org/commit/maven-plugin/b5cc72f8cb9ea4e768efa7d0d68adff92dbffcc1 Log: [FIXED JENKINS-11353] Now recognises test results created by the maven-soap-ui plugin Originally-Committed-As: 35c48cfcf563ad4429b51f7c920ee34159d8b4e9

          Code changed in jenkins
          User: Olivier Lamy
          Path:
          src/main/java/hudson/maven/reporters/SurefireArchiver.java
          http://jenkins-ci.org/commit/maven-plugin/bb36b66a298a646efec718666ceb8f379456c8d6
          Log:
          Merge pull request #352 from puug/master

          Fix for JENKINS-11353
          thanks.
          Originally-Committed-As: bc3766f41f379fe517d0a4931690698e3110dfdf

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Olivier Lamy Path: src/main/java/hudson/maven/reporters/SurefireArchiver.java http://jenkins-ci.org/commit/maven-plugin/bb36b66a298a646efec718666ceb8f379456c8d6 Log: Merge pull request #352 from puug/master Fix for JENKINS-11353 thanks. Originally-Committed-As: bc3766f41f379fe517d0a4931690698e3110dfdf

          Adrian Price added a comment -

          See linked JENKINS-31258 for a generalised solution for any unknown test-capable Maven plug-in.

          Adrian Price added a comment - See linked JENKINS-31258 for a generalised solution for any unknown test-capable Maven plug-in.

            Unassigned Unassigned
            nathanm Nathan McDonald
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: