HADOOP-17184. Add --mvn-custom-repos parameter to yetus calls (#2193)
This commit is contained in:
parent
ed3ab4b87d
commit
49996f67f7
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -144,6 +144,7 @@ pipeline {
|
|||||||
# Dockerfile since we don't want to use the auto-pulled version.
|
# Dockerfile since we don't want to use the auto-pulled version.
|
||||||
YETUS_ARGS+=("--docker")
|
YETUS_ARGS+=("--docker")
|
||||||
YETUS_ARGS+=("--dockerfile=${DOCKERFILE}")
|
YETUS_ARGS+=("--dockerfile=${DOCKERFILE}")
|
||||||
|
YETUS_ARGS+=("--mvn-custom-repos")
|
||||||
|
|
||||||
# effectively treat dev-suport as a custom maven module
|
# effectively treat dev-suport as a custom maven module
|
||||||
YETUS_ARGS+=("--skip-dirs=dev-support")
|
YETUS_ARGS+=("--skip-dirs=dev-support")
|
||||||
|
Loading…
Reference in New Issue
Block a user