Re: Is there Python support for ci.jenkins.io plugin builds?

2019-05-17 Thread Joseph P
We use testcontainers in JCasC with great success and we are able to run those tests on Windows (if only they weren't so unstable) We use assumeTrue to disable tests when docker is not available. See here:

Re: Proposal: AWS Secrets Manager Credentials Provider plugin

2019-05-17 Thread Joseph P
> > - If I update to parent POM v3.36+ then Findbugs is replaced by Spotbugs. > Will the Jenkins Findbugs report publisher (which all plugin builds have > access to) understand Spotbugs reports? > Yes, SpotBugs is configured to work as a replacement and Jenkins CI will continue to fail.

Re: Request be a maintaner of keyboard-shortcuts-plugin

2019-05-17 Thread Rick
Anyone could give me some tips about how can I push this forward? Thanks. On Wed, May 15, 2019 at 2:59 PM Rick wrote: > Hi team, > > I found that keyboard-shortcuts-plugin has no one to maintain it since > 2017. I'd like to be a maintainer of it. I cannot find the email of the > original

Re: Request be a maintaner of keyboard-shortcuts-plugin

2019-05-17 Thread Rick
Thanks Oleg! I cannot find Damien's email address before. On Fri, May 17, 2019 at 11:25 PM Oleg Nenashev wrote: > Hi Rick and Damien, > > > https://wiki.jenkins.io/display/JENKINS/Adopt+a+Plugin#AdoptaPlugin-Requestcommitaccess > describes the process. > > I CCed the current mainstainer (Damien

Re: Request be a maintaner of keyboard-shortcuts-plugin

2019-05-17 Thread Oleg Nenashev
Hi Rick and Damien, https://wiki.jenkins.io/display/JENKINS/Adopt+a+Plugin#AdoptaPlugin-Requestcommitaccess describes the process. I CCed the current mainstainer (Damien Finck) in this thread + pinged him in GitHub (though the account does not look to be active). If there is no reply in 2 weeks,

Re: Adopting lockable-resources plugin

2019-05-17 Thread Tobias Gruetzmacher
Hi, thanks for the answers and your previous work, Antonio and Heiko! Since I got the okay from two most recent maintainers, can we go ahead with this? Regards, Tobias On Wed, May 15, 2019 at 10:15:47AM +0200, Heiko Bennewitz wrote: > Sounds great. I'm ok. > Regards, > Heiko > >

Why don't disable DNS Multicast by default?

2019-05-17 Thread Francisco Javier Fernandez
Hi all! There are many opened issues related to DNS Multicast. The version of JmDNS used by Jenkins is an old one. Many of them should be fixed updating it (PR already opened ), but also I'm wondering if it's worth to change the default behaviour

Re: Proposal: AWS Secrets Manager Credentials Provider plugin

2019-05-17 Thread Chris Kilding
Alrighty, the manual way it is. I’m following the steps to trim down the plugin POM in the release manual. However I’ve noticed the following quirks: - When I inherit the parent POM’s groupId, I get the older “org.jenkins-ci.plugins” rather than the newer “io.jenkins.plugins”. Is this a

Re: Why don't disable DNS Multicast by default?

2019-05-17 Thread Adrien Lecharpentier
If we disable the feature by default (which I think is a good idea), maybe we could rename the system property to "enabled". I have issues with double negatives. Le ven. 17 mai 2019 à 12:08, Francisco Javier Fernandez < fjfernan...@cloudbees.com> a écrit : > Hi all! > > There are many opened

[GSOC 2019] Plugin Installation Manager/CLI Introduction

2019-05-17 Thread Natasha Stopa
Hi everyone, I'm Natasha Stopa and I'm currently a Master's student in CSE at Penn State. I was accepted to Google Summer of Code 2019 for a project for a plugin installation manager/CLI. The goal of this project is to unify the existing implementations of plugin managements into one library and

Implicitly adding stages/publishers to a build

2019-05-17 Thread 'Rahul Somasunderam' via Jenkins Developers
Hi! I want my plugin when applied, to implicitly add stages to a build. An example of a stage that I would like to add implicitly is the JUnit Publisher stage. Is there a way to do that? R, rahul -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: [GSOC 2019] Plugin Installation Manager/CLI Introduction

2019-05-17 Thread Natasha Stopa
Here was a conversation with Joseph Peterson that I wanted to pull out from the proposal doc. In the document, I had originally put that one of the requirements was that "the library must make sure that versions of required dependencies are compatible." Joseph: "This seems like an impossible

Re: [GSOC 2019] Plugin Installation Manager/CLI Introduction

2019-05-17 Thread Slide
While this would be great, it will be VERY difficult to do across all the plugins. Some plugins that are used by people don't even have maintainers. How does the install wizard do this? I believe it just uses the normal dependency information that is in the plugins that are selected. I would say

Re: Doubt in build end of Job

2019-05-17 Thread selva vignesh
No I haven’t checked anyway I will check Thanks On Thu, 16 May 2019 at 8:08 PM, Jeff wrote: > have you looked at BuildStatusJobListener? > > On Thu, May 16, 2019 at 5:57 AM selva vignesh > wrote: > >> Hi, >> I want to do some operation at the end of the build post Action. >> is there any