This is an automated email from the ASF dual-hosted git repository.

psomogyi pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1 by this push:
     new e7114f7  HBASE-22801 Maven build issue on Github PRs
e7114f7 is described below

commit e7114f7bec5e8d2790e81d258e23e0ac6270910f
Author: Peter Somogyi <psomo...@apache.org>
AuthorDate: Tue Aug 6 16:53:37 2019 +0200

    HBASE-22801 Maven build issue on Github PRs
---
 dev-support/Jenkinsfile_GitHub | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index 4ecd3e9..e5f24ba 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -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")

Reply via email to