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 de4bd0b commit a9973d5Copy full SHA for a9973d5
ci/quarkus.Jenkinsfile
@@ -61,6 +61,7 @@ pipeline {
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}"]) {
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
67
sh "sudo pkill -f '.*GradleDaemon.*' || true"
0 commit comments