i want to create my own plugin which i can upload in to report portal
I created a simple plugin using Eclipse IDE (plugin in development) and then exported it as a jar , but when i trying to upload it , it always throw
Error during plugin uploading: 'Plugin version should be specified.'
any pointer can help me
ReportPortal plugins must be packaged with additional information in JAR manifest. Refer to this one as an example.
Plugins are built and loaded using PF4j framework, so checking its documentation will also be useful