Since upgrading from latest v18 to any version 19 I am getting the following error then I go to the plugins page from the GoCD UI:
No extensions found in this plugin.Please check for @Extension annotations
Can anyone assist where I may look for a solution. I am assuming that I will most probably need to branch and fix. But if someone has a pointer on where I should look for a fix that would be great.
Aravind SV
unread,
Jul 15, 2019, 1:26:08 PM7/15/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
However, I'd question whether you even need a task plugin. Why tie yourself to a plugin if you don't need to. Maybe it's possible to use a simple script instead? I don't know much about Artifactory but a script which uses something like this (below) will mean you retain control over how the upload happens, rather than depending on a CI/CD server. It even allows you to run it locally, if needed.