Re: Interested to become a Maintainer

2022-02-24 Thread Mohammed Abdullah
Thanks for the warm welcome Gavin, Mark and Jmm. I will go through all the videos and docs, I am sure I will find my answers in there, thanks for sharing. I have submitted my PR2409 , hopefully it will get approved

Re: Linux installers for Jenkins 2.332.1 LTS

2022-02-24 Thread Basil Crow
While the System V init code from 2.333 and earlier is the least likely to surprise us, it remains full of long-standing bugs (including JENKINS-65809) and depends on third-party daemonization packages, one of which is not available at all in Fedora EPEL 9. This code has caused and continues to

Re: Automated plugin release failing on 'check interesting categories' step

2022-02-24 Thread Alex
I got it working by exchanging the GitHub token in the workflow with a PAT: https://github.com/jenkinsci/purge-build-queue-plugin/commit/3e0e709bf62ec15a84d5bf4e2e81a98ace7b79bf I guess, GitHub either changed or broke something (both I'm currently unaware of), because the regular GH token

Re: Linux installers for Jenkins 2.332.1 LTS

2022-02-24 Thread Mark Waite
On Thursday, February 24, 2022 at 3:20:52 PM UTC-7 Mark Waite wrote: > I propose that we use the systemd Linux installers for Jenkins 2.332.1. > > The Linux installers for Jenkins 2.335 and Jenkins 2.336 weekly releases > use systemd instead of System V init. They include migration steps that

Re: Automated plugin release failing on 'check interesting categories' step

2022-02-24 Thread Alex
To amend my comment on the dark-theme-plugin PR, I got the action somewhat of working by wiping the additional drafts and keeping one that covers all. I'm using release-drafter via GitHub actions outside of Jenkins too and have repositories with several drafts with different entries, so I'm not

Re: Governance meeting Feb 23, 2022

2022-02-24 Thread 'Jesse Glick' via Jenkins Developers
On Wed, Feb 23, 2022 at 6:46 PM Slide wrote: > Windows installers have issues with versions like this Interesting. In general native packagings may have to process the version number to follow specific conventions or restrictions. The product version is already mangled to support LTS

Re: Governance meeting Feb 23, 2022

2022-02-24 Thread 'Gavin Mogan' via Jenkins Developers
Technical limitations is why we talked about at a high level, and looking to create a JEP first > Or format as a date, like 2022.02.23, so we can issue up to one release a > day. Or drop MRP and use CD versions… how would lts work? 2022.02.23.1? I think that'll confuse a lot of version parsers.

Linux installers for Jenkins 2.332.1 LTS

2022-02-24 Thread Mark Waite
I propose that we use the systemd Linux installers for Jenkins 2.332.1. The Linux installers for Jenkins 2.335 and Jenkins 2.336 weekly releases use systemd instead of System V init. They include migration steps that read the existing System V init script settings and convert them to systemd

Re: Automated plugin release failing on 'check interesting categories' step

2022-02-24 Thread Tim Jacomb
We were just discussing this here: https://github.com/jenkinsci/dark-theme-plugin/pull/170#issuecomment-1050263227 By using a manual trigger to bypass the interesting category check and publishing the release notes myself I was able to get the release out On Thu, 24 Feb 2022 at 22:06, José Lamas

Re: Automated plugin release failing on 'check interesting categories' step

2022-02-24 Thread José Lamas Ríos
Maybe unrelated but I've just noticed that the release draft that was just created and is listed as the most recent one but shows a Dec 10 2021 date... There is in fact another release

Automated plugin release failing on 'check interesting categories' step

2022-02-24 Thread José Lamas Ríos
Hi, I'm having problems with the automated release workflow for genexus-plugin . For instance, this CD run at https://github.com/jenkinsci/genexus-plugin/runs/5325279945 After the successful build it gets to create the release draft, but then

Re: regarding enabling automated plugin release for extended-choice-parameter plugin

2022-02-24 Thread vimil saju
Thanks Tim, this helps a lot. Thanks Vimil On Thu, Feb 24, 2022 at 10:47 AM Tim Jacomb wrote: > Should work now, I can confirm secrets are there too > > On Thu, 24 Feb 2022 at 18:44, vimil saju wrote: > >> Hi Gavin, >> The link I put in the email was incorrect but the issue is still present.

Re: regarding enabling automated plugin release for extended-choice-parameter plugin

2022-02-24 Thread Tim Jacomb
Should work now, I can confirm secrets are there too On Thu, 24 Feb 2022 at 18:44, vimil saju wrote: > Hi Gavin, > The link I put in the email was incorrect but the issue is still present. > https://github.com/jenkinsci/extended-choice-parameter-plugin/settings/secrets/actions > still gives a

Re: regarding enabling automated plugin release for extended-choice-parameter plugin

2022-02-24 Thread vimil saju
Hi Gavin, The link I put in the email was incorrect but the issue is still present. https://github.com/jenkinsci/extended-choice-parameter-plugin/settings/secrets/actions still gives a 404. I think I need admin access to that repo to see the settings for the plugin repo. Could you let me know how

Re: regarding enabling automated plugin release for extended-choice-parameter plugin

2022-02-24 Thread 'Gavin Mogan' via Jenkins Developers
the link you posted to the mailing list goes to "your-plugin" not "extended-choice-parameter-plugin", is that intentional? On Thu, Feb 24, 2022 at 9:03 AM vimil saju wrote: > > Hi, > I am trying to enable automated plugin release for extended-choice-parameter > plugin. I am following the

regarding enabling automated plugin release for extended-choice-parameter plugin

2022-02-24 Thread vimil saju
Hi, I am trying to enable automated plugin release for extended-choice-parameter plugin. I am following the document https://www.jenkins.io/doc/developer/publishing/releasing-cd/ but I am stuck on step 3. step 3 says to check

Re: Java 11 as minimum? (Jetty 9.4.x EOL)

2022-02-24 Thread Mark Waite
On Thursday, February 24, 2022 at 8:54:40 AM UTC-7 Jesse Glick wrote: > On Thu, Feb 24, 2022 at 8:42 AM Mark Waite wrote: > >> more exploring of potential issues related to the transition. >>> >> > My main concern is about bugs, like JENKINS-59910 which no one seems to be > evaluating. If

Re: Java 11 as minimum? (Jetty 9.4.x EOL)

2022-02-24 Thread 'Jesse Glick' via Jenkins Developers
On Thu, Feb 24, 2022 at 8:42 AM Mark Waite wrote: > more exploring of potential issues related to the transition. >> > My main concern is about bugs, like JENKINS-59910 which no one seems to be evaluating. If stuff works when run on 8 and does not work when run on 11 then users will not accept

Re: Java 11 as minimum? (Jetty 9.4.x EOL)

2022-02-24 Thread Mark Waite
On Friday, February 18, 2022 at 1:53:10 PM UTC-7 Tim Jacomb wrote: > Hello > > https://jenkins.io/jep/236 has been integrated. > > Please have a read and share any thoughts. > > Any thoughts on us continuing as Basil suggested with the June 14 date for > LTS? > > and a weekly in the near