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

Analysis results are not published on the job page anymore

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • warnings-ng-plugin
    • None
    • 12.4.0

      With 12.2.0 upgrade (still reproducible with 12.4.0) static analysis stopped being published on the main job page, but it's still published on the job run page (see screenshots). And correspondingly, on the main job page there are no charts published too.

      The plugin is run with the corresponding config:

      ```
      recordIssues(
      enabledForFailure: true,
      tools: [
      checkStyle(id: 'psalm', name: 'psalm', pattern: '.ci/logs/psalm.xml'),
      checkStyle(id: 'eslint', name: 'eslint', pattern: '.ci/logs/eslint.xml'),
      checkStyle(id: 'phpcs', name: 'phpcs', pattern: '.ci/logs/phpcs.xml'),
      ]
      )
      ```

            drulli Ulli Hafner
            zerkms Ivan Kurnosov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: