Couldn't find a way to use Nexus

Hi,

We want to push and pull manifests from Nexus.
We have been using Nexus through curl command right now.
Is there any plugin available to do that or any way that you can suggest to perform this.

Thank you,
Vikas Yarragunta

I’m not aware of an existing nexus repository plugin, so in this case you would need to create your own custom nexus plugin. You can easily take a curl command and package it as a plugin, since plugins can be written in any language.

Here are some useful docs if you end up building your own plugin:
http://docs.drone.io/creating-custom-plugins-bash/
http://docs.drone.io/creating-custom-plugins-golang/

Above two links returns ā€˜page not found’. Could you post the correct link?

The links changed since my previous post. See the ā€œpluginsā€ section in the documentation. https://docs.drone.io/plugins/

1 Like