Skip to content

Commit

Permalink
HBASE-22801 Maven build issue on Github PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
petersomogyi committed Aug 6, 2019
1 parent 3b0013d commit 9d82716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/Jenkinsfile_GitHub
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pipeline {
# Dockerfile since we don't want to use the auto-pulled version.
YETUS_ARGS+=("--docker")
YETUS_ARGS+=("--dockerfile=${DOCKERFILE}")
YETUS_ARGS+=("--mvn-custom-repo")
YETUS_ARGS+=("--mvn-custom-repos")
YETUS_ARGS+=("--jenkins")
YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/java-8-openjdk-amd64")
YETUS_ARGS+=("--findbugs-home=/usr")
Expand Down

0 comments on commit 9d82716

Please sign in to comment.