Is there any automated way to get artifact download URL back ?
I'm working with maven projects , I use bamboo for build automation.
After successful Build completion, artifacts will be pushed Jfrog artifactory.
My requirement here is to get the artifact download URL back in an automated way(Using bamboo Plugins, Rest API, Jfrog CLI, Maven or any other)
You can use the Build Artifacts Search REST API endpoint. You will need to send the build name + number in the JSON, Artifactory will return the Download URI's for the build artifacts