-
Bug
-
Resolution: Fixed
-
Major
-
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'),
]
)
```
- links to