I tried to google didn't really get the result I was looking for. Was wondering does any know how to get the date creation and date modification date of an artifact from artifactory?
thanks
I tried to google didn't really get the result I was looking for. Was wondering does any know how to get the date creation and date modification date of an artifact from artifactory?
thanks
Copyright © 2021 Jogjafile Inc.
There are several options, here are two -
To get the information on a specific file in Artifactory you can use the File Info REST API:
To execute a query (can be complex) to find files you can use AQL (Artifactory Query Language), just make sure to include the relevant fields in the result, e.g.: