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

[hbase] branch branch-1.4 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.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit f3da25efea6b99cb983c18ab824c82707d886056
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/.*")