Ritesh Sharma
Ritesh Sharma

Reputation: 173

Maintaining .war artifacts in Jfrog local Artifactory and downloading it for deployment

I am trying to use Artifactory to upload and maintain my artefacts (.war,txt etc) ; currently i want to upload the artifacts through web portal(UI Console) only and download it on specific machine where that .war supposed to be get unwar and run as a application.

I have created the local repository on Artifactory and uploaded one sample file but unable to get download option for this (manually) ; Kindly let me know is managing the self made artifacts through Artifactory (local repo) is correct way of doing the things ? and how to download the uploaded war (artifacts)?

Upvotes: 0

Views: 280

Answers (1)

Javier C.
Javier C.

Reputation: 8267

If you want to manually download a .jar, .war... file from teh Artifactory UI you need to go to:

"Artifact Repository Browser" > "Your Local repository name" > "Rigth click in the artifact" > "Download"

Note: If your artifact is not compressed you can not download it from Artifactory UI.

Upvotes: 0

Related Questions