You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/08/06 17:00:25 UTC

[hbase] branch branch-1.3 updated: HBASE-22801 Maven build issue on Github PRs

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

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


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

commit 4a1ef236ffaa9908d5a8691135bb7710cc174994
Author: Peter Somogyi <ps...@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")