I want to publish the artifact from my jenkins instance to artifactory but I just want to publish the mercurial url and the revision as a metadata in the artifactory.
I am not sure how we can achieve this from jenkins instance. I am creating the build through jenkins instance with gradle script so I am using gradle-artifactory plugin to publish it to the artifactory so there is an option deployment properties but I don't know how could I use it.?
Can someone let me know?