Skip to content

Commit 656e08d

Browse files
committed
test mimir with Jenkinsfile
Signed-off-by: Olivier Lamy <[email protected]>
1 parent d8e031e commit 656e08d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def mavenBuild(jdk, extraArgs) {
6767
withEnv(["JAVA_HOME=${tool "$jdk"}",
6868
"PATH+MAVEN=${ tool "$jdk" }/bin:${tool "maven_3_latest"}/bin",
6969
"MAVEN_OPTS=-Xms4G -Xmx4G -Djava.awt.headless=true"]) {
70+
sh "cp .github/ci-extensions.xml .mvn/extensions.xml"
7071
sh "mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=3.9.9"
7172
sh "./mvnw clean install -B -U -e -DskipTests -PversionlessMavenDist -V -DdistributionTargetDir=${env.WORKSPACE}/.apache-maven-master"
7273
// we use two steps so that we can cache artifacts downloaded from Maven Central repository

0 commit comments

Comments
 (0)