diff --git a/jenkinsfile b/jenkinsfile index 129f70a94..a6f17f519 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -25,7 +25,7 @@ pipeline { snapshotRepo: 'qt-app-libs-snapshot-local' ) rtMavenRun ( - tool: 'MAVEN 3.9', // Tool name from Jenkins configuration + tool: 'maven 3.9', // Tool name from Jenkins configuration pom: 'pom.xml', goals: 'clean install', deployerId: "SPC_DEPLOYER"