How do I load the complete directory structure into artifactory using a custom property?

How to load complete directory structure in artifactory using custom property? I have to load complete hierarchical structure in Artifactory using custom property

+3


source to share


1 answer


Not sure what a "customized property" is, but in general you have 2 options:

  • Loading from the server is essentially importing a repository . You point Artifactory to a directory on the server and it sucks in everything.
  • Booting from the client is essentially an archive deployment . You pack your files into an archive and then deploy. Artifactory will unpack the file into the correct repository, keeping the directory structure.



I'm with JFrog , the company behind Bintray and [artifactory] , see my profile for more details and links.

+3


source







All Articles