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:15 UTC

[hbase] branch branch-1 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-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 68a0160  HBASE-22474 Add --mvn-custom-repo parameter to yetus calls
68a0160 is described below

commit 68a01606ac60313a58b972b5b207283c6759c95d
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 4d08f3e..10cd918 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/.*")