Skip to content

Commit d61774e

Browse files
authored
Update ci/quarkus.Jenkinsfile
1 parent 8e5d138 commit d61774e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/quarkus.Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ 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"
6564
sh "./mvnw -pl !docs -Dquickly install"
6665
// Need to kill the gradle daemons started during the Maven install run
6766
sh "sudo pkill -f '.*GradleDaemon.*' || true"

0 commit comments

Comments
 (0)