updated jenkins with snapshot repos

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

8
Jenkinsfile vendored
View file

@ -31,14 +31,16 @@ pipeline {
rtMavenDeployer ( rtMavenDeployer (
id: "MAVEN_DEPLOYER", id: "MAVEN_DEPLOYER",
serverId: "ARTIFACTORY_SERVER", serverId: "ARTIFACTORY_SERVER",
releaseRepo: "spring-petclinic" releaseRepo: "spring-petclinic",
snapshotRepo: "spring-petclinic-snapshot"
) )
rtMavenResolver ( rtMavenResolver (
id: "MAVEN_RESOLVER", id: "MAVEN_RESOLVER",
serverId: "ARTIFACTORY_SERVER", serverId: "ARTIFACTORY_SERVER",
releaseRepo: "libs-release" releaseRepo: "libs-release",
) snapshotRepo: "spring-petclinic-snapshot"
)
rtMavenRun ( rtMavenRun (
tool: MAVEN_TOOL, // Tool name from Jenkins configuration tool: MAVEN_TOOL, // Tool name from Jenkins configuration