mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
fix changes in jenkinsfile
This commit is contained in:
parent
006ff48912
commit
2e5c4a4ded
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -14,21 +14,21 @@ pipeline {
|
||||||
stage ('Artifactory configuration') {
|
stage ('Artifactory configuration') {
|
||||||
steps {
|
steps {
|
||||||
rtServer (
|
rtServer (
|
||||||
id: "ARTIFACTORY_SERVER",
|
id: "JFROG_CLOUD",
|
||||||
url: 'https://gaseerwadham.jfrog.io/artifactory',
|
url: 'https://gaseerwadham.jfrog.io/artifactory',
|
||||||
credentialsId: 'JFROG_CLOUD_ADMIN'
|
credentialsId: 'JFROG_CLOUD_ADMIN'
|
||||||
)
|
)
|
||||||
|
|
||||||
rtMavenDeployer (
|
rtMavenDeployer (
|
||||||
id: "MAVEN_DEPLOYER",
|
id: "MAVEN_DEPLOYER",
|
||||||
serverId: "ARTIFACTORY_SERVER",
|
serverId: "JFROG_CLOUD",
|
||||||
releaseRepo: 'libs-release',
|
releaseRepo: 'libs-release',
|
||||||
snapshotRepo: 'libs-snapshot'
|
snapshotRepo: 'libs-snapshot'
|
||||||
)
|
)
|
||||||
|
|
||||||
rtMavenResolver (
|
rtMavenResolver (
|
||||||
id: "MAVEN_RESOLVER",
|
id: "MAVEN_RESOLVER",
|
||||||
serverId: "ARTIFACTORY_SERVER",
|
serverId: "JFROG_CLOUD",
|
||||||
releaseRepo: 'libs-release',
|
releaseRepo: 'libs-release',
|
||||||
snapshotRepo: 'libs-snapshot'
|
snapshotRepo: 'libs-snapshot'
|
||||||
)
|
)
|
||||||
|
@ -47,7 +47,7 @@ pipeline {
|
||||||
|
|
||||||
)
|
)
|
||||||
rtPublishBuildInfo (
|
rtPublishBuildInfo (
|
||||||
serverId: "ARTIFACTORY_SERVER"
|
serverId: "JFROG_CLOUD"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue