-
Improvement
-
Resolution: Postponed
-
Minor
-
Jenkins 2.387.3
Warnings Next Generation 10.2.0
I am passing a static analysis result file in sarif format to the Warnings Next Generation plugin, but the type details are not displayed. I would like the details to be displayed.
I use Warnings Next Generation like this in the jenkinsfile.
recordIssues enabledForFailure: true, tool: sarif(pattern: '**/target/*.sarif'), qualityGates: [[threshold: 1, type: 'NEW']], sourceDirectory: './project'