Re: Maintainer for Log Parser Plugin

2019-06-25 Thread Martin Reinhardt
Any update on this? What did I need to do? -- 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

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

2019-06-25 Thread Oleg Nenashev
UPD: User docs have been integrated and tested: https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc I plan to make a blogpost later, but I believe this story can be considered as completed for Jenkins plugin maintainers. Whomever is interested, feel free to start using

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

2019-06-25 Thread Zbynek Konecny
Hi, there is already an open PR for the maven-hpi-plugin to add the metadata to Manifest: https://github.com/jenkinsci/maven-hpi-plugin/pull/68 Cheers, Zbynek On Tuesday, June 25, 2019 at 11:09:09 AM UTC+2, Daniel Beck wrote: > > > > > On 24. Jun 2019, at 20:27, 'Gavin Mogan' via Jenkins

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

2019-06-25 Thread Mark Strasser
Seconded. This sounds like something useful but not required by most users. -- 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: Discard build enhancement: to core or to plugin?

2019-06-25 Thread 'Benjamin Beggs' via Jenkins Developers
I believe I can override the core conditionals with an extension, so core modification may be unnecessary. On Monday, June 24, 2019 at 7:34:29 PM UTC-4, Jesse Glick wrote: > > On Mon, Jun 24, 2019 at 7:23 PM martinda > wrote: > > I don't think changing that plugin will help because that plugin

Re: Pipeline API stage listener ?

2019-06-25 Thread Felipe F
Thank you for the replies! Em ter, 25 de jun de 2019 às 06:25, Jeff Pearce escreveu: > Code sample: > https://github.com/jenkinsci/github-autostatus-plugin/blob/master/src/main/java/org/jenkinsci/plugins/githubautostatus/GithubBuildStatusGraphListener.java > > Best > Jeff > > Sent from my

Re: Pipeline API stage listener ?

2019-06-25 Thread Jeff Pearce
Code sample: https://github.com/jenkinsci/github-autostatus-plugin/blob/master/src/main/java/org/jenkinsci/plugins/githubautostatus/GithubBuildStatusGraphListener.java Best Jeff Sent from my iPhone > On Jun 25, 2019, at 4:16 AM, Jesse Glick wrote: > >> On Tue, Jun 25, 2019 at 12:34 AM

Re: Pipeline API stage listener ?

2019-06-25 Thread Jesse Glick
On Tue, Jun 25, 2019 at 12:34 AM Felipe F wrote: > an API that listens as the pipeline execution transitions between stages, and > lets you grab the stage name https://javadoc.jenkins.io/plugin/workflow-api/org/jenkinsci/plugins/workflow/flow/GraphListener.html -- You received this message

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

2019-06-25 Thread Daniel Beck
> On 24. Jun 2019, at 20:27, 'Gavin Mogan' via Jenkins Developers > wrote: > > 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? Don't start here. This should be done

Re: How to add new line in jelly file

2019-06-25 Thread selva vignesh
Hi Gavin, You guessed correctly. Thanks for your answer and i'll try to wrap the content. In future, i will properly explain my question On Mon, Jun 24, 2019 at 11:43 PM Gavin Mogan wrote: > So when asking questions, its usually good to follow these rules: > 1) What have I tried? > 2) What do I