Pipeline API stage listener ?

2019-06-24 Thread Felipe F
Hi, I wonder if is there an API that listens as the pipeline execution transitions between stages, and lets you grab the stage name ? Something similar to what QueueListener provides perhaps -- You received this message because you are subscribed to the Google Groups "Jenkins Developers"

Re: Discard build enhancement: to core or to plugin?

2019-06-24 Thread Jesse Glick
On Mon, Jun 24, 2019 at 7:23 PM martinda wrote: > I don't think changing that plugin will help because that plugin extends the > core feature without changing the conditional So improve the plugin. -- You received this message because you are subscribed to the Google Groups "Jenkins

Discard build enhancement: to core or to plugin?

2019-06-24 Thread martinda
Hi, The built-in build discard logic discards builds if they either exceed a number of days, or if they are beyond a certain position in the history. In my GSoC proposal I suggested combining these two conditions with an "AND" instead of an "OR". It turns out this can be implemented as an

GSoC 2019 - Phase 1 demos on Jun 25 and Jun 26

2019-06-24 Thread Oleg Nenashev
Hi all, Better late than never, I would like to announce the Google Summer of Code coding phase 1 demos we are going to have this week. We will have 6 demos in total by all active GSoC students. You can find abstracts and demo summaries here

Re: Adding github release info to https://plugins.jenkins.io/

2019-06-24 Thread 'Gavin Mogan' via Jenkins Developers
So looks like one either uses properties, or a new doctype. I feel like the doc type might be way too hard. Would that be too hackish? For the site backend? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this

Re: How to add new line in jelly file

2019-06-24 Thread Gavin Mogan
So when asking questions, its usually good to follow these rules: 1) What have I tried? 2) What do I expect it to do? 3) What does it do? so for 1) you mention but not how you use it, nor do you mention what your template looks like. 2) Other than "Expect it to work" i don't really know what you

How to add new line in jelly file

2019-06-24 Thread selva vignesh
Hi , I am working in Jenkins plug-in and I want to show some content in UI where I am using jelly.And I tried many ways even I have given tag appended in string. Still no use in Jenkins version 2.150.3. But It’s working upper version. Can anyone help me to how to add new line. -- You

Re: Looking to help maintain credentials plugin

2019-06-24 Thread Matt Sicker
I'm only looking to commit, not release, for pretty much the exact reasons you both have mentioned. On Mon, Jun 24, 2019 at 9:35 AM Devin Nusbaum wrote: > > Hi Matt, I’m happy to transfer my permissions to you. I originally sought > release permissions for this plugin as they were related to my

Re: Looking to help maintain credentials plugin

2019-06-24 Thread Stephen Connolly
Conditional on getting *API* and *SPI* changes reviewed by me, +1. Once you've demonstrated confidence on evolution of the API & SPI I'll be overjoyed to release my veto, but as a critical plugin I believe it would be remiss on my behalf to not supervise a transition. Changes that do not affect

Re: Looking to help maintain credentials plugin

2019-06-24 Thread Devin Nusbaum
Hi Matt, I’m happy to transfer my permissions to you. I originally sought release permissions for this plugin as they were related to my work, but I have since transferred to a new team and do not anticipate working on this plugin. When I originally received release permissions, Stephen asked that

Looking to help maintain credentials plugin

2019-06-24 Thread Matt Sicker
It's hard for me to send this email, but yes, I'd like to help maintain this plugin. I've been working on some improvements to the user-scoped credentials features lately, and this plugin falls into my general category of security-related plugins that I've been working with more frequently. --

Re: Request to review: How to fix RequireUpperBoundDeps

2019-06-24 Thread ikedam
Hi Parichay, It works also for me. I created a pull request from a branch that works for me: https://github.com/baymac/gitlab-branch-source-plugin/pull/19 2019年6月18日火曜日 15時14分31秒 UTC+9 Jesse Glick: > > On Mon, Jun 17, 2019 at 8:51 PM Parichay Barpanda > > wrote: > > That doesn't work either.