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

GCloud SDK Plugin Maintenance

2019-06-18 Thread 'Joe Hansche' via Jenkins Developers
Following up on https://groups.google.com/d/topic/jenkinsci-dev/xxGlx_8KNdg/discussion (I'm sorry, I could not find a way to add a CC to an existing thread, so I had to start a new one). It seems that the project has been mostly abandoned (@jrluis is copied here). The last commit was Feb 2017, and

Re: [EVENT]: DevOps World Jenkins World San Francisco volunteers needed

2019-06-18 Thread Jeff
Hi Alyssa Here's my demo info: Title: Using React for plugin UI The working hours plugin has a date driven UI. During this summer's Google Summer of Code, our student rewrite the UI in React, so that we could take advantage open source modules such as calendar pickers. I'll talk about how the st

Re: [DISCUSS] Switching to CentOS for Jenkins Docker base image

2019-06-18 Thread Scott McCarty
Oleg & Fred, Very good question. I am actually not sure myself, exactly what these restrictions mean. I am going to run it by one of our lawyers and get back to you. I will try and get more clarity... Best Regards Scott M On Tuesday, June 18, 2019 at 10:00:32 AM UTC-4, Oleg Nenashev wrote:

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.

Re: [EVENT]: DevOps World Jenkins World San Francisco volunteers needed

2019-06-18 Thread Alyssa Tong
Got it! thank you Marky. On Tue, Jun 18, 2019 at 9:11 AM Marky Jackson wrote: > Alyssa, > As discussed in our sig meeting, here is my demo titled and blurb: > > Title: Sysdig Secure Jenkins Plugin > Sysdig Secure is a container > security platform that bring

Re: [EVENT]: DevOps World Jenkins World San Francisco volunteers needed

2019-06-18 Thread Marky Jackson
Alyssa, As discussed in our sig meeting, here is my demo titled and blurb: Title: Sysdig Secure Jenkins Plugin Sysdig Secure is a container security platform that brings together docker image scanning and run-time protection to identify vulnerabilities, bloc

Re: [EVENT]: DevOps World Jenkins World San Francisco volunteers needed

2019-06-18 Thread Marky Jackson
Alyssa, As discussed in our meeting, here is my demo titled and blurb: Title: Sysdig Secure Jenkins Plugin Sysdig Secure is a container security platform that brings together docker image scanning and run-time protection to identify vulnerabilities, block th

Re: [EVENT]: DevOps World Jenkins World San Francisco volunteers needed

2019-06-18 Thread Alyssa Tong
Hi Martin, Thank you. Yes, we can always make room for you :o) Pls send me your demo title and a 1-2 sentence description. And yes we will have the community booth space again, I can certain add you to our list of contributors (Ask the Experts). Can you let me know your area of expertise so I can

Re: How to test made into plugin

2019-06-18 Thread Ullrich Hafner
See https://wiki.jenkins.io/pages/viewpage.action?pageId=36110571#UnitTest-TableofContents -- Ulli - Typed with big thumbs on small phone > Am 18.06.2019 um 10:47 schrieb Sagar Utekar : > > Hi, I have made some changes to one plugin and I want to test if those > changes are working properly, t

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

Re: [DISCUSS] Switching to CentOS for Jenkins Docker base image

2019-06-18 Thread Oleg Nenashev
FTR https://github.com/jenkinsci/docker/pull/826 for CentOS. Regarding UBI, I have the same concern as Fred. We have no tools to enforce the Export limitations on DockerHub. I am also not sure that restricting specific countries according to US laws is compliant with how the Jenkins open-source

Looking for help

2019-06-18 Thread selva vignesh
Hi, I am developing one plugin for my internal purpose. I would like to add feature that will do some action at the end the job build. But i really do not know how to implicitly add this action at the end of the build. Can anyone suggest me to how to achieve this. Example: I will trigger the bui

Looking for help

2019-06-18 Thread selva vignesh
Hi, I am developing one plugin for my internal purpose. I would like to add feature that will do some action at the end the job build. But i really do not know how to implicitly add this action at the end of the build. Can anyone suggest me to how to achieve this. Example: I will trigger the build

Re: Network mapped path VS UNC path on windows

2019-06-18 Thread Slide
The mapped path will only be available for the year you mapped it as. If your Jennings agent is not running as the same user, then you must use a UNC or map as part of your build. On Mon, Jun 17, 2019, 22:11 Nikhil Bhoski wrote: > Hi, > > I use Hudson FilePath . in my Jenkins plugin to represent

How to test made into plugin

2019-06-18 Thread Sagar Utekar
Hi, I have made some changes to one plugin and I want to test if those changes are working properly, then how to test them. Thanks in advance ! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop recei