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/05/26 16:17:19 UTC

[hbase] branch branch-2.0 updated: HBASE-22474 Add --mvn-custom-repo parameter to yetus calls

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

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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 2ee1317  HBASE-22474 Add --mvn-custom-repo parameter to yetus calls
2ee1317 is described below

commit 2ee1317b7f39bf4dd0f31e835bfc7c93befcb752
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Sun May 26 16:27:40 2019 +0200

    HBASE-22474 Add --mvn-custom-repo parameter to yetus calls
---
 dev-support/Jenkinsfile_GitHub | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index 0188ecd..ddf235a 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -147,6 +147,8 @@ 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+=("--jenkins")
                         YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/java-8-openjdk-amd64")
                         YETUS_ARGS+=("--findbugs-home=/usr")
                         YETUS_ARGS+=("--whitespace-eol-ignore-list=.*/generated/.*")