How can I download last artifact in Artifactory?

Oscar Foley

I have some artifacts in Artifactory (OpenSource):

enter image description here

I can download an artifact from using jfrog CLI:

jfrog rt config --user=admin --password=**** --url=http://foo:8081/artifactory
jfrog rt download testproject/01_Develop/01_CI/HPCC-Package-70.zip --flat=true

How can I download the LATEST(highest number) artifact?

Tamir Hadad

You can use the JFrog Cli search command.

jfrog rt s "testproject/01_Develop/01_CI/HPCC-Package-*.zip"

The search command will return a list of paths which you can then sort using external tools such as jq.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Artifactory REST API: How can I find builds for an artifact?

How to download folder artifact from artifactory

Can I filter artifact download?

How can I download all artifacts for appended builds in Artifactory?

How can I download and reference a single artifact in Gradle?

How can I download a specific Maven artifact in one command line?

How can I download an Azure Artifact (not build artifact) in a Azure Pipeline (YAML)

Can I increase download timeout in Artifactory?

Download single file from zipped Artifactory artifact

How can I fix maven_artifact ZIP download task in Ansible?

how can I use python 3 to download a Teamcity artifact with basic auth

How can I download a specific Maven artifact from repository to local drive?

How can I zip a Bamboo build log to store as an artifact for users to download?

Nexus: How can I download latest minor version of artifact using nexus rest api

Why can't I download an artifact from Archiva? ReasonPhrase: Unauthorized

How can I automatically accept Artifactory EULA?

How do I download the latest INTEGRATION verison of an artifactory dependency

How to get the latest artifact from artifactory with no properties

How to trigger a Jenkins build on a new artifact in Artifactory?

How to set Jenkinsfile for upload maven artifact to Artifactory

why can't i upload artifact to archiva (Unauthorized), but i can download from it with admin user?

How can I empty the trash can in JFrog Artifactory?

How can I add 'path' to my Artifactory AQL query?

How can I upload to Artifactory using Ansible from a Windows host?

How can I upload nodejs and npm executables to artifactory

How can I manage versions of file on artifactory without adding "-" patrameters

How can I filter by multiple properties in artifactory using the java client?

Can i skip the artifact download in the release definition of vsts ? (not after the release is created)

How can I migrate JCenter artifact to the Sonatype Maven repository?