Updated Jfrog target

Updated Jfrog target
This commit is contained in:
sandeepds 2019-08-26 13:29:48 +05:30 committed by GitHub
parent 26aac77e91
commit e5f24199fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}