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

Add support for maven-android-plugin integration test reports

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • maven-plugin
    • None
    • Jenkins 1.428 on Ubuntu 10.04 with Windows and Linux slaves performing Android builds.

      A recent addition to the maven-android-plugin generates junit test output xml files. Currently the jenkins maven plugin does not recognise these and hence does not report the test results along with other junit test results.

      SurefireArchiver.java in maven-plugin needs to recognise the
      com.jayway.maven.plugins.android.generation2:maven-android-plugin/internal-integration-test mojo as producing test results.

          [JENKINS-10913] Add support for maven-android-plugin integration test reports

          Wiebe Elsinga added a comment -

          No problem

          Wiebe Elsinga added a comment - No problem

          Code changed in jenkins
          User: Richard Mortimer
          Path:
          changelog.html
          maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
          http://jenkins-ci.org/commit/jenkins/952f19fbfac8c5bef9ffbb345f33e4f1f8978b32
          Log:
          [FIXED JENKINS-10913] Add support for maven-android-plugin integration test

          Earlier versions of the plugin (2.x and prior to 3.0.0-alpha6) do not produce
          test reports and also do not accept the same configuration properties. Ignore
          those earlier versions.
          Also accept the new plugin name android-maven-plugin (changed to fit with
          Maven plugin naming guidelines).

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Richard Mortimer Path: changelog.html maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java http://jenkins-ci.org/commit/jenkins/952f19fbfac8c5bef9ffbb345f33e4f1f8978b32 Log: [FIXED JENKINS-10913] Add support for maven-android-plugin integration test Earlier versions of the plugin (2.x and prior to 3.0.0-alpha6) do not produce test reports and also do not accept the same configuration properties. Ignore those earlier versions. Also accept the new plugin name android-maven-plugin (changed to fit with Maven plugin naming guidelines).

          Code changed in jenkins
          User: Olivier Lamy
          Path:
          changelog.html
          maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
          http://jenkins-ci.org/commit/jenkins/08b6855f362b7a13960e7e96d343a4cfeb75754f
          Log:
          Merge pull request #270 from oldelvet/jenkins-10913-3

          JENKINS-10913 Add support for maven-android-plugin integration test
          Thanks !

          Compare: https://github.com/jenkinsci/jenkins/compare/b1f1dbf...08b6855

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Olivier Lamy Path: changelog.html maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java http://jenkins-ci.org/commit/jenkins/08b6855f362b7a13960e7e96d343a4cfeb75754f Log: Merge pull request #270 from oldelvet/jenkins-10913-3 JENKINS-10913 Add support for maven-android-plugin integration test Thanks ! Compare: https://github.com/jenkinsci/jenkins/compare/b1f1dbf...08b6855

          dogfood added a comment -

          Integrated in jenkins_main_trunk #1184
          [FIXED JENKINS-10913] Add support for maven-android-plugin integration test

          richm : 952f19fbfac8c5bef9ffbb345f33e4f1f8978b32
          Files :

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

          dogfood added a comment - Integrated in jenkins_main_trunk #1184 [FIXED JENKINS-10913] Add support for maven-android-plugin integration test richm : 952f19fbfac8c5bef9ffbb345f33e4f1f8978b32 Files : maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java changelog.html

          Code changed in jenkins
          User: Richard Mortimer
          Path:
          maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
          http://jenkins-ci.org/commit/jenkins/5668a06f37d3392af8232ceccdd83a9e7f4ec041
          Log:
          FIXES JENKINS-10913 Add support for maven-android-plugin integration test reports.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Richard Mortimer Path: maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java http://jenkins-ci.org/commit/jenkins/5668a06f37d3392af8232ceccdd83a9e7f4ec041 Log: FIXES JENKINS-10913 Add support for maven-android-plugin integration test reports.

          Code changed in jenkins
          User: Olivier Lamy
          Path:
          maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
          http://jenkins-ci.org/commit/jenkins/62cbe7b3377819b5a7a60388f2307a6027c09201
          Log:
          Merge pull request #230 from oldelvet/jenkins-10913

          FIXES JENKINS-10913 Add support for maven-android-plugin integration test

          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/62cbe7b3377819b5a7a60388f2307a6027c09201 Log: Merge pull request #230 from oldelvet/jenkins-10913 FIXES JENKINS-10913 Add support for maven-android-plugin integration test

          Code changed in jenkins
          User: Olivier Lamy
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/71e1ae72a9ce9614495759186501b4317f96e996
          Log:
          add changelog line for JENKINS-10913

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Olivier Lamy Path: changelog.html http://jenkins-ci.org/commit/jenkins/71e1ae72a9ce9614495759186501b4317f96e996 Log: add changelog line for JENKINS-10913

          Code changed in jenkins
          User: Richard Mortimer
          Path:
          src/main/java/hudson/maven/reporters/SurefireArchiver.java
          http://jenkins-ci.org/commit/maven-plugin/721b2b59304722e14164aa6c3cea5d4baa387460
          Log:
          FIXES JENKINS-10913 Add support for maven-android-plugin integration test reports.

          Originally-Committed-As: 5668a06f37d3392af8232ceccdd83a9e7f4ec041

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Richard Mortimer Path: src/main/java/hudson/maven/reporters/SurefireArchiver.java http://jenkins-ci.org/commit/maven-plugin/721b2b59304722e14164aa6c3cea5d4baa387460 Log: FIXES JENKINS-10913 Add support for maven-android-plugin integration test reports. Originally-Committed-As: 5668a06f37d3392af8232ceccdd83a9e7f4ec041

          Code changed in jenkins
          User: Olivier Lamy
          Path:
          src/main/java/hudson/maven/reporters/SurefireArchiver.java
          http://jenkins-ci.org/commit/maven-plugin/89971d550500c936373e7ba3d65088e9df12d0f5
          Log:
          Merge pull request #230 from oldelvet/jenkins-10913

          FIXES JENKINS-10913 Add support for maven-android-plugin integration test
          Originally-Committed-As: 62cbe7b3377819b5a7a60388f2307a6027c09201

          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/89971d550500c936373e7ba3d65088e9df12d0f5 Log: Merge pull request #230 from oldelvet/jenkins-10913 FIXES JENKINS-10913 Add support for maven-android-plugin integration test Originally-Committed-As: 62cbe7b3377819b5a7a60388f2307a6027c09201

          Code changed in jenkins
          User: Richard Mortimer
          Path:
          src/main/java/hudson/maven/reporters/SurefireArchiver.java
          http://jenkins-ci.org/commit/maven-plugin/80d71cae92361983228b61bb6b809c277587ec22
          Log:
          [FIXED JENKINS-10913] Add support for maven-android-plugin integration test

          Earlier versions of the plugin (2.x and prior to 3.0.0-alpha6) do not produce
          test reports and also do not accept the same configuration properties. Ignore
          those earlier versions.
          Also accept the new plugin name android-maven-plugin (changed to fit with
          Maven plugin naming guidelines).

          Originally-Committed-As: 952f19fbfac8c5bef9ffbb345f33e4f1f8978b32

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Richard Mortimer Path: src/main/java/hudson/maven/reporters/SurefireArchiver.java http://jenkins-ci.org/commit/maven-plugin/80d71cae92361983228b61bb6b809c277587ec22 Log: [FIXED JENKINS-10913] Add support for maven-android-plugin integration test Earlier versions of the plugin (2.x and prior to 3.0.0-alpha6) do not produce test reports and also do not accept the same configuration properties. Ignore those earlier versions. Also accept the new plugin name android-maven-plugin (changed to fit with Maven plugin naming guidelines). Originally-Committed-As: 952f19fbfac8c5bef9ffbb345f33e4f1f8978b32

            oldelvet Richard Mortimer
            oldelvet Richard Mortimer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: