mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
updated jenkins with snapshot repos
This commit is contained in:
parent
a2f5be2c1b
commit
a3273c78da
1 changed files with 5 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue