Update Jenkinsfile

This commit is contained in:
smukesh 2018-09-09 01:13:03 +05:30 committed by GitHub
parent 281dec4466
commit 1f5042f2ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
jenkins/Jenkinsfile vendored
View file

@ -50,10 +50,10 @@ pipeline {
"target": "add2vals/${BUILD_NUMBER}/", "target": "add2vals/${BUILD_NUMBER}/",
"props": "Integration-Tested=Yes;Performance-Tested=No" "props": "Integration-Tested=Yes;Performance-Tested=No"
} }
] ]
}""" }"""
server.upload(uploadSpec) server.upload(uploadSpec)
} }
} }