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

2019-07-29 Thread Alyssa Tong
hi Martin, Do you have the image of the poster? If we do poster we may be able to post it on a wall at the booth. If you have the final artwork I can see about adding it to our print order if we're not too late. And let me know the size pls. On Wed, Jul 17, 2019 at 9:07 AM martinda wrote: >

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

2019-07-29 Thread Alyssa Tong
Hi Lloyd, apologies for the delay, see my response embedded below.. On Mon, Jul 29, 2019 at 4:07 PM Lloyd Chang wrote: > Hi Alyssa and Tracy, > > Any advice for my earlier questions to Alyssa sent on July 15th? > > Minimally, I would like to know if I can attend following session in >

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

2019-07-29 Thread Lloyd Chang
Hi Alyssa and Tracy, Any advice for my earlier questions to Alyssa sent on July 15th? Minimally, I would like to know if I can attend following session in volunteer capacity without having registered for Jenkins World | DevOps World at all: Thursday August 15, 2019 12:25 - 12:40pm Results

Community Bridge interest for a Build-Discarder project

2019-07-29 Thread Nisarg Shah
Hello everyone, I am Nisarg Shah and I am interested in Community Bridge Program for Jenkins Community. I have been contributing to Open Source since last few months and would like to contribute to Jenkins Community by building a build discarder plugin. Here is the proposal

Re: How to add parentheses into Jelly lable title/value?

2019-07-29 Thread Jesse Glick
On Sun, Jul 28, 2019 at 9:17 PM Boyka Zhu wrote: > I have one request that is need to add parentheses into the Jelly label like: > > Parentheses are interpreted as format parameters. To fix this, simply put in `basename.jelly`: and create `basename.properties`:

Re: Setting up webhook in a SCM branch source plugin

2019-07-29 Thread Jesse Glick
On Fri, Jul 26, 2019 at 4:43 PM Parichay Barpanda wrote: > Can you tell me what happens when SCMHeadEvent.fireNow(event) is called upon? > My understanding is that it takes the SCM API mapped event then iterates > through all the SCMEventListeners and based on `isMatch` method it triggers >

Re: Request access for docker-workflow-plugin

2019-07-29 Thread Devin Nusbaum
Hi Artem! Thanks for your interest - the docker-workflow plugin definitely could use more attention. That said, it's such a critical plugin that I'd like to see a few more PRs and/or reviews on this plugin from you before giving you full access. I'll try to look at some of the open PRs over

Re: Doubt in Workflow plugin

2019-07-29 Thread Jeff
I've used RunListener before, and its methods definitely gets called for pipeline jobs. e.g. https://github.com/jenkinsci/github-autostatus-plugin/blob/master/src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusJobListener.java#L48 I'm not sure whether you're not seeing it getting

Doubt in Workflow plugin

2019-07-29 Thread selva vignesh
Hi, I am tracking the every build details of Freestyle and pipeline job. For freestyle i am using Runlistener and able to trace the details when build onStarted and onCompleted function. But Pipline (Workflow) job i am not able to track the build details at onStarted and onCompleted function in

Budget request: Community Bridge trial run for a JCasC project

2019-07-29 Thread Oleg Nenashev
Dear all, I would like to request a budget for a new Outreach program we were discussing few times before in Platform, Docs and Advocacy and Outreach SIGs. This program is powered by Community Bridge project. This is a new Outreach service created by Linux

Re: How to get wich job is launching a pod in kubernetes-plugin ?

2019-07-29 Thread Mathieu Delrocq
Hi Jesse. I want to get wich run/job is running on an agent of kubernetes-plugin. In docker-plugin, there is a simple log at the end of an agent's task : private void done(Executor executor) { final DockerComputer c = (DockerComputer) executor.getOwner(); Queue.Executable