This commit is contained in:
Maharshi Patel 2021-01-10 20:41:56 -08:00
parent 911b693250
commit e43b6cdbfc

2
Jenkinsfile vendored
View file

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