I have a Jenkins setup that generates a tar archive periodically and pushes it to the artifactory. I want to be able to fetch the details of the jenkins job, given any artifactory build URL. Is there any REST API that accepts the artifactory build URL and returns the job information/metadata?
Any pointers will be appreciated.