Questions tagged [warnings-next-generation]
5 questions
13
votes
2 answers
How to use the three steps of Jenkins Warnings Next Generation Plugin properly?
The Jenkins Warnings Next Generation Plugin's documentation for pipelines specifies three step variants:
publishIssues: Publish issues created by a static analysis scan
recordIssues: Record compiler warnings and static analysis…

automatix
- 14,018
- 26
- 105
- 230
0
votes
1 answer
Apply a quality gate to only one of the tools
I have a series of jenkins pipeline jobs which build bitbucket pull requests.
Those pipelines have a Quality stage, which records issues using warningsng for GCC warnings and Coverity defects (via the generic issues tool).
The relevant part of my…

ncarrier
- 433
- 3
- 14
0
votes
1 answer
Jenkins warnings-ng-plugin custom folder structure AKA multiple "Source Directory"
I migrated from the old obsolete FindBugs plugin to the warnings-ng-plugin Sprotbugs tool. Everything works great except sources. The plugin doesn't show the source code of Java files (my workspace structure is: Project1/src; Project2/src + Ant…

FoxyBOA
- 5,788
- 8
- 48
- 82
0
votes
1 answer
Record warnings from a given stage in a jenkins pipeline
I'm trying to use the Warnings Next Generation Plugin to record GCC warnings in a Jenkins pipeline.
I have multiple stages inside a matrix section and I'd like to record the warnings which appear on a given stage and ideally as a bonus, be able to…

ncarrier
- 433
- 3
- 14
0
votes
1 answer
Flutter analyze result on Jenkins
Is there a way to show the result of
flutter analyze
which is executed during a Jenkins build on the result page, like e.g. this graph for Android:
Can we use the Warnings-NG plugin with recordIssues-function? How to configure the function?

Christopher
- 9,682
- 7
- 47
- 76