You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2020/08/05 01:54:12 UTC

[hadoop] branch branch-2.9 updated: HADOOP-17184. Add --mvn-custom-repos parameter to yetus calls (#2193)

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

aajisaka pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.9 by this push:
     new 21de788  HADOOP-17184. Add --mvn-custom-repos parameter to yetus calls (#2193)
21de788 is described below

commit 21de78824cf1799c86225999c0987df25a8bf5db
Author: Mingliang Liu <li...@apache.org>
AuthorDate: Tue Aug 4 18:39:56 2020 -0700

    HADOOP-17184. Add --mvn-custom-repos parameter to yetus calls (#2193)
    
    (cherry picked from commit 49996f67f782dfcf2deaac428a927f0de6c71def)
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 942700b..290e771 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -144,6 +144,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-repos")
 
                         # effectively treat dev-suport as a custom maven module
                         YETUS_ARGS+=("--skip-dirs=dev-support")


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org