how to write file specs for teamcity-artifactory plugin to upload multiple zip files generated as artifacts in build

522 views Asked by At

unable to upload zip file created as artifacts in teamcity build using file specs to artifactory tried all types of patterns and file specs unable to upload, it not finding the artifact

{
  "files": [{
    "pattern": "**/Batches.zip",
    "target": "repo/Batches.zip",
    "props": "type=zip"
  }]
}
0

There are 0 answers