-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: warnings-ng-plugin
-
warnings-ng 4.0.0, analysis-model-api 3.0.0
I'm testing new warning-ng plugin and created a pipeline which scans for maven-errors
Â
def maven = scanForIssues(blameDisabled: true, tool: mavenConsole())
publishIssues(issues: [maven], ignoreQualityGate: true, ignoreFailedBuilds: true)
Â
After the job is done, the UI says that there are 34 warnings/errors. But when I click on the report just some general information are displayed. So where are the warnings/errors?
Â