0

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"
  }]
}
sayali
  • 37
  • 3
  • 13
  • What is the error. Also kindly go through the link https://stackoverflow.com/help/minimal-reproducible-example for better understanding of the process followed in SO! – error404 Jun 12 '19 at 08:08
  • error is it says 0 artifacts found with pattern – sayali Jun 12 '19 at 12:19
  • so the issues is pattern or with the Batches.zip file present in the local file system – error404 Jun 12 '19 at 13:26
  • Batches.zip is not in local.. it generated as build artifacts from teamcity. – sayali Jun 13 '19 at 09:00
  • my local I meant the filesystem on which whether it exists or not – error404 Jun 13 '19 at 09:03
  • it exists.. but still it cannot pick up...not sure why – sayali Jun 13 '19 at 09:07
  • @Martin M saw your post https://stackoverflow.com/questions/26117100/how-to-publish-custom-artifacts-to-artifactory-from-teamcity?rq=1 , how to use Ant in artifactory plugin? – sayali Jun 13 '19 at 09:08

0 Answers0