Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which plugin should I use when replacing FindBugs with SpotBugs on Jenkins?

I am using FindBugs now. I have heard that FindBugs is obsolete now. SpotBugs is the successor of FindBugs. I want to install SpotBugs plugins in my Jenkins.

I have searched on the Available Plugins area for SpotBugs but didn't found anything. Also did not found any clue or the relation of SpotBugs with Jenkins.

Where I can find the Jenkins plugin for SpotBugs or is there any other way?

like image 614
TAMIM HAIDER Avatar asked Nov 07 '22 18:11

TAMIM HAIDER


1 Answers

The new home for SpotBugs is the Warning Plugin NG. It is from the same developer as Static Code Analysis Plug-ins which you are probably already using.

The Warning Plugin NG is supporting both FindBugs and SpotBugs report files. Make sure are updating your build to actually be using SpotBugs and not FindBugs (see migration guide).

like image 137
h3xStream Avatar answered Nov 15 '22 11:11

h3xStream