I have been working in Artifactory User plugins for couple of weeks. All custom user plugins are run from the server side in groovy. I am looking for a way to write a plugin that runs on browser/client side.
My requirement is: Validate an Artifact with custom validation and throw popup dialog for any errors? So is there a way where we can customize Artifactory GUI to write javascript to show popup dialogs which will be called before a download is triggered.
A quick comments/ suggestions would be very grateful.
Thanks in Advance.