> On 22. Jul 2017, at 13:39, CrazyPotato <[email protected]> wrote:
> 
> I  have searched  the plugins installed by hpi:run ,but did not find  
> JerseyClientBuilder
> 
> 在 2017年7月22日星期六 UTC+8上午1:57:04,Keith Zantow写道:
> AFAIK JerseyClientBuilder is not a BlueOcean dependency, maybe you have some 
> other plugin(s) misbehaving?
> 
> On Fri, Jul 21, 2017 at 8:12 AM, 陈晓晖 <[email protected]> wrote:
> Hi!
> 
>  I am developing a plugin for jenkins/blue ocean  base on 
> jenkinsci/blueocean-plugin.  I introduce the  dependency  
> gmessner/gitlab4j-api which contain 
> org.glassfish.jersey.core:jersey-client:jar:2.25.1. 
> When I debug my code , the following code throw an exception:
> 
> GitLabApi gitLabApi = new GitLabApi(GitLabApi.ApiVersion.V3, url, 
> accessToken);
> try{
>     gitLabApi.getGroupApi().getGroups();
>     .....
> }
> 

Could you show your code? Note that your plugin must bundle its transitive 
library dependencies as needed. _Some_ plugins exist that provide a library 
shared among other plugins, but those are the exception.

-- 
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/DD96B785-849A-4D0F-9727-C317771DA94D%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to