busbey commented on a change in pull request #1183: HBASE-23767 WIP do not merge
URL: https://github.com/apache/hbase/pull/1183#discussion_r382363458
 
 

 ##########
 File path: dev-support/Jenkinsfile_GitHub
 ##########
 @@ -144,8 +143,9 @@ pipeline {
                         YETUS_ARGS+=("--docker")
                         YETUS_ARGS+=("--dockerfile=${DOCKERFILE}")
                         YETUS_ARGS+=("--mvn-custom-repos")
-                        
YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/java-8-openjdk-amd64")
-                        YETUS_ARGS+=("--findbugs-home=/usr")
+                        YETUS_ARGS+=("--java-home=/usr/lib/jvm/java-8")
+                        YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/java-8")
 
 Review comment:
   I dunno about the PR checker, but for the jira handling job this analysis 
was correct. The branches-1 build relied on the fact that the docker image set 
Java home to jdk7.
   
   Multijdk support deduplicates the list so having jdk8 for both home and here 
should result in a single detected jvm

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