saintstack commented on a change in pull request #1364: HBASE-24065 Enable 
SpotBugs in PreCommit
URL: https://github.com/apache/hbase/pull/1364#discussion_r398908719
 
 

 ##########
 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:
   It used to be -findbugs with hyphen. No need of it when doing spotbugs?

----------------------------------------------------------------
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

Reply via email to