This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d09c9a  Fix syntax for withMaven parameters in Jenkinsfile
7d09c9a is described below

commit 7d09c9afd1ad1da06863d5e5b91659bdbc31db10
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Mar 13 17:05:21 2026 +1000

    Fix syntax for withMaven parameters in Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 766abc9..c5d2c2e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -36,7 +36,7 @@ pipeline {
 
         stage('Build') {
             steps {
-                withMaven(jdk:'jdk_21_latest', maven:'maven_3_latest', 
publisherStrategy='EXPLICIT', mavenLocalRepo:'.repository') {
+                withMaven(jdk:'jdk_21_latest', maven:'maven_3_latest', 
publisherStrategy: 'EXPLICIT', mavenLocalRepo:'.repository') {
                     sh "mvn -ntp -V -e -Preporting -Dscreenshot=false clean 
install site"
                 }
                 archiveArtifacts artifacts: 
"**/target/site/**/*",allowEmptyArchive: true

Reply via email to