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