Details
Description
Yetus's SpotBugs module depends on maven_add_install. In Jenkinsfile_GitHub, I'm pretty strict on my module definitions, with
GENERAL_CHECK_PLUGINS = 'all,-compile,-javac,-javadoc,-jira,-shadedjars,-unit' JDK_SPECIFIC_PLUGINS = 'compile,github,htmlout,javac,javadoc,maven,mvninstall,shadedjars,unit'
The general check requests all but omits compile and maven, which I think means the spotbugs check gets dropped. Before HBASE-23767, we had just a single yetus that did all, so spotbugs would have been run.
Attachments
Issue Links
- is caused by
-
HBASE-23767 Add JDK11 compilation and unit test support to Github precommit
- Resolved
- is duplicated by
-
HBASE-22383 github PR integration for qabot needs spotbugs/findbugs
- Resolved
- is related to
-
HBASE-23077 move entirely to spotbugs
- Resolved
- links to