HADOOP-17184. Add --mvn-custom-repos parameter to yetus calls (#2193)

(cherry picked from commit 49996f67f7)
This commit is contained in:
Mingliang Liu 2020-08-04 18:39:56 -07:00 committed by Akira Ajisaka
parent 31c61f4363
commit 770735d330
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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")