Skip to content

Commit a9973d5

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/quarkus.Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ pipeline {
6161
withMaven(mavenLocalRepo: env.WORKSPACE + '/.m2repository', publisherStrategy: 'EXPLICIT') {
6262
// to account for script-only maven wrapper use in Quarkus:
6363
withEnv(["MAVEN_ARGS=${env.MAVEN_ARGS} ${env.MAVEN_CONFIG}"]) {
64+
sh "echo \$MAVEN_ARGS"
6465
sh "./mvnw -pl !docs -Dquickly install"
6566
// Need to kill the gradle daemons started during the Maven install run
6667
sh "sudo pkill -f '.*GradleDaemon.*' || true"

0 commit comments

Comments
 (0)