mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Updated Jfrog target
Updated Jfrog target
This commit is contained in:
parent
26aac77e91
commit
e5f24199fe
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ node {
|
|||
stage('Jfrog Artifactory Upload'){
|
||||
def uploadSpec = """
|
||||
{
|
||||
"files": [ { "pattern": "/var/lib/jenkins/workspace/sample/target/*.war", "target": "pet-clinic" } ]
|
||||
"files": [ { "pattern": "/var/lib/jenkins/workspace/sample/target/*.war", "target": "example-repo-local" } ]
|
||||
}"""
|
||||
server.upload(uploadSpec)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue