this is the error iam facing
server = Artifactory.server 'Artifactory'
def uploadSpec = """{
"files": [
{
"pattern": "**/target/*.war",
"target": "releases/${APP_REPO}/${version.trim()}/"
}
]}"""
server.upload(uploadSpec)
this is the syntax iam following