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 8e5d138 commit d61774eCopy full SHA for d61774e
ci/quarkus.Jenkinsfile
@@ -61,7 +61,6 @@ 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