jenkinsci / artifactory-artifact-manager-plugin

artifactory-artifact-manager-plugin
https://plugins.jenkins.io/artifactory-artifact-manager/
MIT License
0 stars 3 forks source link

Reduce api calls by reusing aql file info #45

Closed ahippler closed 3 weeks ago

ahippler commented 3 weeks ago

solves #41

Uses the already present list of files (with type, size and modification date) from the AQL query to get the list of files artifacts.

Testing done

Tested upload, listing and download with an running Artifactory instance.

Submitter checklist

jonesbusy commented 3 weeks ago

Thanks for your PR. Looks good to me!