mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
976
This commit is contained in:
parent
9f0e3de48d
commit
19df9bff78
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ pipeline {
|
||||||
rtMavenDeployer (
|
rtMavenDeployer (
|
||||||
id: "SPC_DEPLOYER",
|
id: "SPC_DEPLOYER",
|
||||||
serverId: "JFROG_CLOUD",
|
serverId: "JFROG_CLOUD",
|
||||||
releaseRepo: 'yadu-app-libs-release-local',
|
releaseRepo: 'yadu-libs-release-local',
|
||||||
snapshotRepo: 'yadu-app-libs-snapshot-local'
|
snapshotRepo: 'yadu-libs-snapshot-local'
|
||||||
)
|
)
|
||||||
rtMavenRun (
|
rtMavenRun (
|
||||||
tool: 'maven 3.9', // Tool name from Jenkins configuration
|
tool: 'maven 3.9', // Tool name from Jenkins configuration
|
||||||
|
|
Loading…
Reference in a new issue