Update Jenkinsfile
This commit is contained in:
parent
54f54748ab
commit
2a48c1a191
1 changed files with 0 additions and 14 deletions
14
jenkins/Jenkinsfile
vendored
14
jenkins/Jenkinsfile
vendored
|
@ -41,20 +41,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage ('Publish to Artifactory'){
|
||||
def server = Artifactory.server 'jfrog'
|
||||
def uploadSpec = """{
|
||||
"files": [
|
||||
{
|
||||
"pattern": "dist/add2vals",
|
||||
"target": "add2vals/${BUILD_NUMBER}/",
|
||||
"props": "Integration-Tested=No;Performance-Tested=No"
|
||||
}
|
||||
]
|
||||
}"""
|
||||
server.upload(uploadSpec)
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue