Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to upload a complete directory structure to artifactory using customized property?

Tags:

artifactory

How to upload a complete directory structure to artifactory using customized property? I have to upload a complete hierarchy structure in Artifactory using customized property

like image 451
user4949190 Avatar asked May 28 '15 12:05

user4949190


People also ask

How do you import artifacts to Artifactory manually?

Upload to the Artifactory repository manually The easiest way, and the least DevOps-friendly way, to upload a JAR to an Artifactory repository is to simply log in to the administrative console, select a target folder and drag and drop the JAR onto the deployment screen.

How do I upload large files to Artifactory?

By default, Artifactory limits UI-generated file deployments to 100MB. You are free to adjust this limit at Administration > Artifactory > General (in version 7. x); at Admin > General (in version 6.


1 Answers

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

  1. Upload from server, which is essentially, repository import. You point Artifactory to a directory on the server and it sucks everything in.
  2. Upload from client, which is essentially, archive deployment. You pack your files in an archive and then deploy. Artifactory will unpack the file to the correct repository, keeping the directory structure.

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

like image 199
JBaruch Avatar answered Sep 26 '22 02:09

JBaruch