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

        Andrew Bayer created issue -
        Andrew Bayer made changes -
        Link New: This issue is blocking JENKINS-34689 [ JENKINS-34689 ]

        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
        Armando Fernandez made changes -
        Status Original: Open [ 1 ] New: In Progress [ 3 ]
        Armando Fernandez made changes -
        Assignee Original: Oliver Gondža [ olivergondza ] New: Armando Fernandez [ armfergom ]

        Linking PR to ticket.

        Armando Fernandez added a comment - Linking PR to ticket.
        Armando Fernandez made changes -
        Remote Link New: This issue links to "PR (Web Link)" [ 14411 ]

        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

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

            Created:
            Updated:
            Resolved: