Executor details

2019-05-24 Thread selva vignesh
Hi , I am looking for the details of executors and every jobs all build details. How can I get it from code. -- 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

Re: JenkinsRule: Jetty leaves stray threads after server.stop()

2019-05-24 Thread Abhyudaya Sharma
Hi I was able to confirm the same behavior on Kubuntu 19.04 on Oracle JDK 1.8.0_181. I had originally run it on Windows 10 using the same version of the JDK. Jetty is 9.4.5v20170502. On Sat, 25 May 2019 at 09:20, Olivier Lamy wrote: > Hi > Do you have same issue when using an other OS (i.e not

Re: JenkinsRule: Jetty leaves stray threads after server.stop()

2019-05-24 Thread Olivier Lamy
Hi Do you have same issue when using an other OS (i.e not windows)? I remember some issues with selector on windows. What are jetty version and jdk version? On Sat, 25 May 2019 at 2:36 am, Abhyudaya Sharma wrote: > Hi everyone! > > I was debugging through JenkinsRule from Jenkins Test Harness.

Re: Proposal - Introducing Global Probot configuration for Release Drafter and other tools

2019-05-24 Thread Oleg Nenashev
If we speak about GitHub automation, it is easier to use GitHub Actions + Rekease Drafter. https://github.com/toolmantim/release-drafter#usage . Permission issue still applies, but at least you get more control of what's being invoked W.r.t automating releases from ci.jenkins.io, it is a

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

2019-05-24 Thread Alyssa Tong
Thank you All for your response. I'll reach out shortly with additional information & asks :o) On Fri, May 24, 2019 at 9:24 AM Jeff wrote: > HI Alyssa. I'd like to participate in "Ask the Experts", and I can do a > demo as well. > > Best > Jeff > > On Fri, May 24, 2019 at 8:24 AM Mark Waite >

Re: Adopting lockable-resources plugin

2019-05-24 Thread Oleg Nenashev
Hi Tobias, I have granted you Write permissions in GitHub + made you a default assignee. To get the release permissions, you will need to update https://github.com/jenkins-infra/repository-permissions-updater/blob/master/permissions/plugin-lockable-resources.yml by submitting a pull request.

Re: Proposal - Introducing Global Probot configuration for Release Drafter and other tools

2019-05-24 Thread James Nord
If there was a way to release community plugins from our infra then you could do this with a simple command without the need to grant any permissions to apps. "jx step changelog" / https://github.com/github-tools/github-release-notes are some possible commands but others exist too. now we

Re: [JENKINS 57012] Need help to get current ItemGroup in configuration

2019-05-24 Thread Markus Winter
Hi, I think you will need to extend your JiraFolderProperty. In the setSites methods you could call a method setOwner(folderprop.getOwner()) on JiraSite to inject the folder. Regards Markus On 24.05.2019 11:42, Mathieu Delrocq wrote: Hello, I want to add the possibility to configure a folder

JenkinsRule: Jetty leaves stray threads after server.stop()

2019-05-24 Thread Abhyudaya Sharma
Hi everyone! I was debugging through JenkinsRule from Jenkins Test Harness. After the Jetty server and Jenkins have both been terminated in JenkinsRule#after() (line 488

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

2019-05-24 Thread Jeff
HI Alyssa. I'd like to participate in "Ask the Experts", and I can do a demo as well. Best Jeff On Fri, May 24, 2019 at 8:24 AM Mark Waite wrote: > I'd like to participate in the "Ask the Experts" and in demos. > > Mark Waite > > On Fri, May 24, 2019 at 8:06 AM Rick wrote: > >> Hi Alyssa. I

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

2019-05-24 Thread Mark Waite
I'd like to participate in the "Ask the Experts" and in demos. Mark Waite On Fri, May 24, 2019 at 8:06 AM Rick wrote: > Hi Alyssa. I want to do both if I could get my visa successfully. > > On Fri, May 24, 2019 at 5:40 PM Marky Jackson > wrote: > >> I would like to participate in both the

Re: Upcoming changes to docker official java images

2019-05-24 Thread Mark Waite
Seems like dropping support for Alpine images will cause a major regression, won't it? > no more OpenJDK 8 Alpine images (Alpine/musl is not officially supported by the OpenJDK project, so this reflects that -- see "Project Portola" for the Alpine porting efforts which I understand are still in

Re: [JENKINS 57012] Need help to get current ItemGroup in configuration

2019-05-24 Thread Jeff
Hi Mathieu Are you looking from something like the Folder Properties Plugin? Best Jeff On Fri, May 24, 2019 at 5:10 AM Mathieu Delrocq wrote: > Hello, > > I want to add the possibility to configure a folder scope credential on

Re: Upcoming changes to docker official java images

2019-05-24 Thread Oleg Nenashev
Heh, nice to see this change. But indeed it may cause various kinds of unexpected regressions. IMO we should pin the image version in LTS packaging until it is soak tested well in weekly releases. On Friday, May 24, 2019 at 3:32:24 PM UTC+2, Carlos Sanchez wrote: > >

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

2019-05-24 Thread Rick
Hi Alyssa. I want to do both if I could get my visa successfully. On Fri, May 24, 2019 at 5:40 PM Marky Jackson wrote: > I would like to participate in both the demo and ask the expert > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers"

Upcoming changes to docker official java images

2019-05-24 Thread Carlos Sanchez
https://github.com/docker-library/openjdk/pull/322 I don't have the time right now to go through the implications for the jenkins images, so if someone wants to take a look -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe

[JENKINS 57012] Need help to get current ItemGroup in configuration

2019-05-24 Thread Mathieu Delrocq
Hello, I want to add the possibility to configure a folder scope credential on jira-plugin. Actually we can configure a JiraSite on the global config and on a folder config. I want to add the current ItemGroup in JiraSite class to know if it was created on a folder or on Global Config but I

Re: Pending PR merges for jenkins-infra/crawler

2019-05-24 Thread Mads Mohr Christensen
Hi Oleg, Thank you for your suggestions. I have sent this message to both lists and now I'm just waiting. Next attempt will be JIRA. Regarding the JDK Tool plugin would it be sufficient to just add a help page for the "Accept license" field? Or should we have a more prominent warning for this?

Proposal - Introducing Global Probot configuration for Release Drafter and other tools

2019-05-24 Thread Marky Jackson
+1 from me -- 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 jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit

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

2019-05-24 Thread Marky Jackson
I would like to participate in both the demo and ask the expert -- 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

Re: Pending PR merges for jenkins-infra/crawler

2019-05-24 Thread Oleg Nenashev
Hi Mads, Thanks a lot for the AdoptOpenJDK plugin, this is a really nice addition to the current Jenkins ecosystem. Regarding crawlers, I suggest reaching out to the Jenkins INFRA team using the in...@lists.jenkins-ci.org mailing list or INFRA project in Jenkins JIRA. As a workaround,

Re: Seeking information about create API for Action

2019-05-24 Thread Oleg Nenashev
Hi, It is not clear what is the request here. Do you want to add Java API, or is it about REST API? It might also help if you share your current code. BR, Oleg On Wednesday, May 22, 2019 at 8:40:02 AM UTC+2, selva vignesh wrote: > > Hi, >I want create API action for my global configuration

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

2019-05-24 Thread Oleg Nenashev
Hi Alyssa, Thanks for reaching out! I want to participate, in both "Ask the Experts" and demos. BR, Oleg On Thursday, May 23, 2019 at 10:34:11 PM UTC+2, alytong13 wrote: > > Hi All, > > We are planning activities for the community booth at DW JW SF >