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
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue