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
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/