We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27ef20 commit 652e995Copy full SHA for 652e995
dev-support/jenkins.sh
@@ -121,6 +121,7 @@ function run_ci() {
121
# Dockerfile since we don't want to use the auto-pulled version.
122
YETUS_ARGS+=("--docker")
123
YETUS_ARGS+=("--dockerfile=${DOCKERFILE}")
124
+ YETUS_ARGS+=("--mvn-cmd=${SOURCEDIR}/mvnw")
125
YETUS_ARGS+=("--mvn-custom-repos")
126
YETUS_ARGS+=("--dockermemlimit=22g")
127
0 commit comments