From e43b6cdbfc0d77cac4f9abef7f9a270fad5f01da Mon Sep 17 00:00:00 2001 From: Maharshi Patel Date: Sun, 10 Jan 2021 20:41:56 -0800 Subject: [PATCH] mvn diff --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 637177846..de5c9b2d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot") rtMavenResolver (id: "MAVEN_RESOLVER",serverId: "jenkins-artifactory-server", releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot") - rtMavenRun (tool: 'mvn', pom: './pom.xml',goals: 'clean install', + rtMavenRun (tool: 'M2_HOME', pom: './pom.xml',goals: 'clean install', deployerId: "MAVEN_DEPLOYER",resolverId: "MAVEN_RESOLVER") } }