mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 17:35:49 +00:00
added changes
This commit is contained in:
parent
319c64439c
commit
ea5b1a3574
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -22,15 +22,15 @@ pipeline {
|
||||||
rtMavenDeployer (
|
rtMavenDeployer (
|
||||||
id: "MAVEN_DEPLOYER",
|
id: "MAVEN_DEPLOYER",
|
||||||
serverId: "JFROG_CLOUD",
|
serverId: "JFROG_CLOUD",
|
||||||
releaseRepo: 'libs-release',
|
releaseRepo: 'libs-release-local',
|
||||||
snapshotRepo: 'libs-snapshot'
|
snapshotRepo: 'libs-snapshot-local'
|
||||||
)
|
)
|
||||||
|
|
||||||
rtMavenResolver (
|
rtMavenResolver (
|
||||||
id: "MAVEN_RESOLVER",
|
id: "MAVEN_RESOLVER",
|
||||||
serverId: "JFROG_CLOUD",
|
serverId: "JFROG_CLOUD",
|
||||||
releaseRepo: 'libs-release',
|
releaseRepo: 'libs-release-local',
|
||||||
snapshotRepo: 'libs-snapshot'
|
snapshotRepo: 'libs-snapshot-local'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue