Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 772 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 772 Bytes

artifactory-client-java example

This is a sample project using artifactory-client-java listing all artifacts in your Artifactory.

Build

$ ./gradlew build

Run

$ ./gradlew -q execute
Artifactory URL [http://artifactory-ci.tomtomgroup.com/artifactory]: 
User name [root]: 
Password []: 
[...]
com.tomtom/MyGreatPackage/myGreatArtifact.zip
com.tomtom/MyGreaterPackage/myGreaterArtifact.zip
[...]

Troubleshooting

Re-enable the Artifactory client's debug logs in Example.java.

Variants

Here a variant deleting all artifacts of a repo based on criteria.