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

Analysis plugins should_return_results_via_remote_api failing

        [JENKINS-34687] Analysis plugins should_return_results_via_remote_api failing

        Armando Fernandez added a comment - - edited

        This is the commit in Stapler that changes the XML produced by the Jenkins Remote API. This is first included in Stapler 1.241. 1.x line has 1.239 as the maximum Staper version. For the 2.x line it was bumped to 1.243 though including the new version of Stapler causing the issues.

        The issue basically is that a new attribute is introduced: _class

        Armando Fernandez added a comment - - edited This is the commit in Stapler that changes the XML produced by the Jenkins Remote API. This is first included in Stapler 1.241. 1.x line has 1.239 as the maximum Staper version. For the 2.x line it was bumped to 1.243 though including the new version of Stapler causing the issues. The issue basically is that a new attribute is introduced: _class

        Linking PR to ticket.

        Armando Fernandez added a comment - Linking PR to ticket.

        Code changed in jenkins
        User: Armando Fernandez
        Path:
        src/test/java/plugins/AbstractAnalysisTest.java
        src/test/java/plugins/CheckStylePluginTest.java
        src/test/java/plugins/FindBugsPluginTest.java
        src/test/java/plugins/PmdPluginTest.java
        src/test/java/plugins/TaskScannerPluginTest.java
        http://jenkins-ci.org/commit/acceptance-test-harness/ffab69be0d00aa8ac5cf1b01885ad5a9de8d78bf
        Log:
        JENKINS-34687 Fix XML comparison for 2.x lines

        SCM/JIRA link daemon added a comment - Code changed in jenkins User: Armando Fernandez Path: src/test/java/plugins/AbstractAnalysisTest.java src/test/java/plugins/CheckStylePluginTest.java src/test/java/plugins/FindBugsPluginTest.java src/test/java/plugins/PmdPluginTest.java src/test/java/plugins/TaskScannerPluginTest.java http://jenkins-ci.org/commit/acceptance-test-harness/ffab69be0d00aa8ac5cf1b01885ad5a9de8d78bf Log: JENKINS-34687 Fix XML comparison for 2.x lines

        Code changed in jenkins
        User: Armando Fernandez
        Path:
        src/test/java/plugins/CheckStylePluginTest.java
        src/test/java/plugins/FindBugsPluginTest.java
        src/test/java/plugins/PmdPluginTest.java
        src/test/java/plugins/TaskScannerPluginTest.java
        src/test/resources/checkstyle_plugin/api_depth_0-2_x.xml
        src/test/resources/findbugs_plugin/api_depth_0-2_x.xml
        src/test/resources/pmd_plugin/api_depth_0-2_x.xml
        src/test/resources/tasks_plugin/api_depth_0-2_x.xml
        http://jenkins-ci.org/commit/acceptance-test-harness/a6985d7fc65d086c8422ebaae350eafb04315d4d
        Log:
        JENKINS-34687 Specific file per Jenkins baseline version for analysis plugin tests

        SCM/JIRA link daemon added a comment - Code changed in jenkins User: Armando Fernandez Path: src/test/java/plugins/CheckStylePluginTest.java src/test/java/plugins/FindBugsPluginTest.java src/test/java/plugins/PmdPluginTest.java src/test/java/plugins/TaskScannerPluginTest.java src/test/resources/checkstyle_plugin/api_depth_0-2_x.xml src/test/resources/findbugs_plugin/api_depth_0-2_x.xml src/test/resources/pmd_plugin/api_depth_0-2_x.xml src/test/resources/tasks_plugin/api_depth_0-2_x.xml http://jenkins-ci.org/commit/acceptance-test-harness/a6985d7fc65d086c8422ebaae350eafb04315d4d Log: JENKINS-34687 Specific file per Jenkins baseline version for analysis plugin tests

        Code changed in jenkins
        User: Ulli Hafner
        Path:
        src/test/java/plugins/AbstractAnalysisTest.java
        src/test/java/plugins/CheckStylePluginTest.java
        src/test/java/plugins/FindBugsPluginTest.java
        src/test/java/plugins/PmdPluginTest.java
        src/test/java/plugins/TaskScannerPluginTest.java
        src/test/resources/checkstyle_plugin/api_depth_0-2_x.xml
        src/test/resources/findbugs_plugin/api_depth_0-2_x.xml
        src/test/resources/pmd_plugin/api_depth_0-2_x.xml
        src/test/resources/tasks_plugin/api_depth_0-2_x.xml
        http://jenkins-ci.org/commit/acceptance-test-harness/95ea3bd45659507b82ab6cbc0a08af13127c7fb1
        Log:
        Merge pull request #118 from armfergom/JENKINS-34687

        JENKINS-34687 Fix XML comparison for 2.x lines

        Compare: https://github.com/jenkinsci/acceptance-test-harness/compare/9e3ea2d23d82...95ea3bd45659

        SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: src/test/java/plugins/AbstractAnalysisTest.java src/test/java/plugins/CheckStylePluginTest.java src/test/java/plugins/FindBugsPluginTest.java src/test/java/plugins/PmdPluginTest.java src/test/java/plugins/TaskScannerPluginTest.java src/test/resources/checkstyle_plugin/api_depth_0-2_x.xml src/test/resources/findbugs_plugin/api_depth_0-2_x.xml src/test/resources/pmd_plugin/api_depth_0-2_x.xml src/test/resources/tasks_plugin/api_depth_0-2_x.xml http://jenkins-ci.org/commit/acceptance-test-harness/95ea3bd45659507b82ab6cbc0a08af13127c7fb1 Log: Merge pull request #118 from armfergom/ JENKINS-34687 JENKINS-34687 Fix XML comparison for 2.x lines Compare: https://github.com/jenkinsci/acceptance-test-harness/compare/9e3ea2d23d82...95ea3bd45659

          armfergom Armando Fernandez
          abayer Andrew Bayer
          Votes:
          0 Vote for this issue
          Watchers:
          3 Start watching this issue

            Created:
            Updated:
            Resolved: