updated jenkins with snapshot repos

This commit is contained in:
Maharshi Patel 2021-01-10 15:02:22 -08:00
parent a2f5be2c1b
commit a3273c78da

6
Jenkinsfile vendored
View file

@ -31,13 +31,15 @@ pipeline {
rtMavenDeployer (
id: "MAVEN_DEPLOYER",
serverId: "ARTIFACTORY_SERVER",
releaseRepo: "spring-petclinic"
releaseRepo: "spring-petclinic",
snapshotRepo: "spring-petclinic-snapshot"
)
rtMavenResolver (
id: "MAVEN_RESOLVER",
serverId: "ARTIFACTORY_SERVER",
releaseRepo: "libs-release"
releaseRepo: "libs-release",
snapshotRepo: "spring-petclinic-snapshot"
)
rtMavenRun (