mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:45:50 +00:00
added changes
This commit is contained in:
parent
5f3187f731
commit
c9039901b6
1 changed files with 6 additions and 6 deletions
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
@ -17,15 +17,15 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage ('build and package') {
|
stage ('build and package') {
|
||||||
rtMavenDeployer (
|
rtMavenDeployer (
|
||||||
id: 'SPC_DEPLOYER'
|
id: 'SPC_DEPLOYER',
|
||||||
serverId: 'JFROG_CLOUD'
|
serverId: 'JFROG_CLOUD',
|
||||||
releaseRepo: 'atdevops-libs-snapshot'
|
releaseRepo: 'atdevops-libs-snapshot',
|
||||||
snapshotRepo: 'atdevops-libs-snapshot'
|
snapshotRepo: 'atdevops-libs-snapshot'
|
||||||
)
|
)
|
||||||
rtMavenRun (
|
rtMavenRun (
|
||||||
tool: 'Maven_3.8'
|
tool: 'Maven_3.8',
|
||||||
deployerId: 'SPC_DEPLOYER'
|
deployerId: 'SPC_DEPLOYER',
|
||||||
pom: 'pom.xml'
|
pom: 'pom.xml',
|
||||||
goals: 'clean install'
|
goals: 'clean install'
|
||||||
)
|
)
|
||||||
rtPublishBuildInfo (
|
rtPublishBuildInfo (
|
||||||
|
|
Loading…
Reference in a new issue