Skip to content

Commit 8e5d138

Browse files
authored
Update ci/quarkus.Jenkinsfile
1 parent a9973d5 commit 8e5d138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/quarkus.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pipeline {
6060
sh "echo -e '\\n-XX:MaxMetaspaceSize=1024m'>>./.mvn/jvm.config"
6161
withMaven(mavenLocalRepo: env.WORKSPACE + '/.m2repository', publisherStrategy: 'EXPLICIT') {
6262
// to account for script-only maven wrapper use in Quarkus:
63-
withEnv(["MAVEN_ARGS=${env.MAVEN_ARGS} ${env.MAVEN_CONFIG}"]) {
63+
withEnv(["MAVEN_ARGS=${env.MAVEN_ARGS?:""} ${env.MAVEN_CONFIG}"]) {
6464
sh "echo \$MAVEN_ARGS"
6565
sh "./mvnw -pl !docs -Dquickly install"
6666
// Need to kill the gradle daemons started during the Maven install run

0 commit comments

Comments
 (0)