Re: first draft of a new JEP: Jenkins X: Jenkins for Kubernetes CD

2018-03-14 Thread Kohsuke Kawaguchi
Thanks James, This is an important and exciting JEP for me, because it sets the mission & scope for a new project “Jenkins X.” Starting from Jenkins 2, in contributor events and Jenkins Worlds, I’ve always pitched that our Jenkins project needs to take a bigger role and responsibility in serving

Re: Multibranch event listener for Github PR labels

2018-03-14 Thread Michael Neale
Hi Steven. This seems to be a reasonably often asked for feature (I wasn't able to find a ticket though, for multibranch/github multibranch specifically, surely there is one?). Are you thinking that ideally in your case the branches/PRs would not appear at all until the label is applied?

Re: [GSoC 2018] UPDATE for CODE Coverage API Plugin

2018-03-14 Thread Oleg Nenashev
Hi, thanks for the interest! As we discussed at the office hours, you were interested in introducing an intermediate converter as a part of the Coverage API plugin. Could you please provide more details about your idea so that other mentors could comment? Thanks in advance, Oleg On

Re: [JENKINS-49406] Evergreen snapshotting data safety system pre-JEP: feedback welcome

2018-03-14 Thread R. Tyler Croy
(replies inline) On Wed, 14 Mar 2018, Baptiste Mathus wrote: > Hello everyone, > > For Jenkins Essentials > , one critical > requirement is to be able to upgrade, and hence rollback in an automated > manner. > So, as we are committed to an

Re: trilead-ssh2 maintainer

2018-03-14 Thread Oleg Nenashev
I have ping the current maintainers in the pull requests. Generally +1 from me, it's important to get these fixes delivered so they do not get stuck. BR, Oleg On Wednesday, March 14, 2018 at 2:33:26 PM UTC+1, Baptiste Mathus wrote: > > Hello Ivan, > > I guess this would be a good thing thanks

Re: Jenkinsci archetypes global-shared-library

2018-03-14 Thread cwill6512
Thank you so Much Jesse. I will let you know how it goes. Chris On Tuesday, March 13, 2018 at 7:55:09 AM UTC-7, Jesse Glick wrote: > > On Mon, Mar 12, 2018 at 4:24 PM, > wrote: > > Is there a way to use this to generate a global-shared-library project? > > > >

Re: Multibranch event listener for Github PR labels

2018-03-14 Thread Jesse Glick
On Wed, Mar 14, 2018 at 10:50 AM, Steven F wrote: > I'm not even sure how a successful result would play out, does it trigger a > repository indexing with the given Event? or do the new heads just appear in > the project? Event subscribers should be able to add new

Re: How to make jobs inherit folder properties

2018-03-14 Thread Jesse Glick
Oh and of course read the docs! https://jenkins.io/doc/developer/plugin-development/pipeline-integration/ -- 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: How to make jobs inherit folder properties

2018-03-14 Thread Jesse Glick
On Wed, Mar 14, 2018 at 8:46 AM, Miguelangel Fernandez wrote: > For a plugin I'm working on I've defined my own folder-level property by > extending AbstractFolderProperty Fine… > and AbstractDescribableImpl Not sure what this is for though. > For

Multibranch event listener for Github PR labels

2018-03-14 Thread Steven F
Hi, I'm trying to write a filter for multibranch which accepts PRs with a given github PR label. That part was simple. I also thought I should implement an events subscriber (GHEventsSubscriber) and I'm having trouble figuring out the details of that. I've tried basing it on the

How to make jobs inherit folder properties

2018-03-14 Thread Miguelangel Fernandez
Hi, For a plugin I'm working on I've defined my own folder-level property by extending *AbstractFolderProperty* and *AbstractDescribableImpl*, but now I'd like make all jobs inside the folder inherit this property. What is the best way to go about this? Here's what I have so

Re: [GSoC] 2018 Student Introduction

2018-03-14 Thread Jeff Knurek
Hello Ibrahim, Thanks for the interest! Please see information for students for application guidelines. My recommendation would be to... 1. Study the existing plugins, try to setup your Jenkins instance with them. It may give you some ideas

[JENKINS-49406] Evergreen snapshotting data safety system pre-JEP: feedback welcome

2018-03-14 Thread Baptiste Mathus
Hello everyone, For Jenkins Essentials , one critical requirement is to be able to upgrade, and hence rollback in an automated manner. So, as we are committed to an open design process,

Re: [GSoC 2018] Introduction for Improvements to the Jenkins Acceptance Test Harness

2018-03-14 Thread Oleg Nenashev
Yes, it is something doable. Actually Jenkins Test Harness and Acceptance Test Harness already include some Docker integrations even now, and it would be great to expand them. We also had discussions about introducing testcontainers

[GSoC 2018] UPDATE for CODE Coverage API Plugin

2018-03-14 Thread Rajgure Abhishek Sanjay Abhishek Sanjay
Hi Myself Abhishek, final year student as well as Intern at SAP labs . I am experienced with Jenkins as Sap uses Jenkins for continuous integration. I have worked on merging result of jacoco and cobertura . I developed a program that will convert jacoco result into cobertura result