> On 11. Feb 2019, at 20:01, Rajeev Ranjan <[email protected]> wrote:
> 
> For jenkins plugins to use that I need to upload it to jenkins artifactory if 
> not in maven central repository as mentioned in the doc. How can I achieve 
> that?

If you can't publish it to central and just reuse from your plugin, and 
assuming the Jenkins plugin using it is hosted in Jenkins project infra, 
request hosting just like for a plugin, and explain it's a library.

If you have multiple plugins using the same library, consider creating a 
'library plugin' -- essentially a (typically otherwise empty) plugin that just 
has the library dependency. That way you won't end up with multiple different 
versions of the library on the same Jenkins instance.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/2AD9A6AC-9518-4037-B4D1-ECF657EC2F4F%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to