This commit is contained in:
udaykiran 2023-08-09 16:06:17 +05:30
parent 3b415e2988
commit 51b513f602

View file

@ -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"