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 a9973d5 commit 8e5d138Copy full SHA for 8e5d138
ci/quarkus.Jenkinsfile
@@ -60,7 +60,7 @@ pipeline {
60
sh "echo -e '\\n-XX:MaxMetaspaceSize=1024m'>>./.mvn/jvm.config"
61
withMaven(mavenLocalRepo: env.WORKSPACE + '/.m2repository', publisherStrategy: 'EXPLICIT') {
62
// to account for script-only maven wrapper use in Quarkus:
63
- withEnv(["MAVEN_ARGS=${env.MAVEN_ARGS} ${env.MAVEN_CONFIG}"]) {
+ withEnv(["MAVEN_ARGS=${env.MAVEN_ARGS?:""} ${env.MAVEN_CONFIG}"]) {
64
sh "echo \$MAVEN_ARGS"
65
sh "./mvnw -pl !docs -Dquickly install"
66
// Need to kill the gradle daemons started during the Maven install run
0 commit comments