ndimiduk commented on a change in pull request #1364: HBASE-24065 Enable
SpotBugs in PreCommit
URL: https://github.com/apache/hbase/pull/1364#discussion_r398913220
##########
File path: dev-support/Jenkinsfile_GitHub
##########
@@ -156,11 +161,16 @@ pipeline {
}
}
environment {
+ ////
// customized per parallel stage
- PLUGINS = "${JDK_SPECIFIC_PLUGINS}"
+ //
+ // run SpotBugs only once, and run it on JDK8.
+ PLUGINS = "${JDK_SPECIFIC_PLUGINS},spotbugs"
Review comment:
`-fingbugs` explicitly disabled findbugs. I'm trying to explicitly enable
`spotbugs`. The two appear to be driven by the same yetus "check", so I'm
attempting to ensure that module is enabled. Because we don't ship findbugs
binaries in our Dockerfile anymore, I think that "check" will do the right
thing, as long as it's enabled (see earlier comments re: that check also
requiring the `maven` check as a dependency).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services