From 3b415e2988e20d60da413ce124805f441f410883 Mon Sep 17 00:00:00 2001 From: udaykiran Date: Wed, 9 Aug 2023 16:03:07 +0530 Subject: [PATCH] 25 --- jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfile b/jenkinsfile index bed4d8d6d..129f70a94 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"