kgyrtkirk commented on a change in pull request #1069:
URL: https://github.com/apache/hive/pull/1069#discussion_r436356966
##########
File path: Jenkinsfile
##########
@@ -149,6 +149,13 @@ jobWrappers {
stage('Checkout') {
checkout scm
}
+ stage('Prechecks') {
+ def findbugsProjects = [
+ ":hive-shims-aggregator",
+ ":hive-shims-common"
+ ]
+ buildHive("-Pfindbugs -pl " + findbugsProjects.join(",") + " -am
compile findbugs:check")
Review comment:
I think at some point we can put this after the main "compile" step - so
that it doesn't need "compile"
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]