I am trying to use the Warnings Next Generation plugin to the latest version of Jenkins (v2.303.x) with JJB. The job is created, but the job doesn't show the warnings plugin when I configure it.
The job xml shows it is there, but the xml differs from what I see if I create a job manually.
My JJB has this
workspace-file-scanners:
- file-pattern: '**/spotbugs/**/*.xml'
scanner: 'SpotBugs'
JJB creates this in the config.xml:
<publishers>
<hudson.plugins.warnings.WarningsPublisher plugin="warnings">
The UI creates this in the config.xml
<publishers>
<io.jenkins.plugins.analysis.core.steps.IssuesRecorder plugin="warni...@9.4.0">
Is this a bug?