Re: What is the classpath of my plugin's library?

2019-06-18 Thread 夏润泽
yes On Wednesday, June 19, 2019 at 1:18:42 AM UTC+8, Jesse Glick wrote: > > On Tue, Jun 18, 2019 at 10:11 AM 夏润泽 > > wrote: > > I also found some references on jenkins.io > > Specifically > https://jenkins.io/doc/developer/plugin-development/dependencies-and-class-loading/ > > ? > -- You

Re: What is the classpath of my plugin's library?

2019-06-18 Thread Jesse Glick
On Tue, Jun 18, 2019 at 10:11 AM 夏润泽 wrote: > I also found some references on jenkins.io Specifically https://jenkins.io/doc/developer/plugin-development/dependencies-and-class-loading/ ? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.

What is the classpath of my plugin's library?

2019-06-18 Thread 夏润泽
Hi dev: I am working on some plugins, and the kubernetes client library has been introduced in my plugin. This library uses the classloader to initialize something. https://github.com/kubernetes-client/java/blob/0cc86a439c97807dbd8974ef46ebd46049e41248/util/src/main/java/io/kubernetes/cl