Re: Java 17 support added to build toolchain

2022-04-05 Thread Mark Waite
On Tuesday, April 5, 2022 at 4:01:32 PM UTC-6 Basil wrote: > Release 4.40 of the plugin parent POM > > features build toolchain support for Java 17 when running on Jenkins 2.341 > or later. > > Please begin testing your

Java 17 support added to build toolchain

2022-04-05 Thread Basil Crow
Release 4.40 of the plugin parent POM features build toolchain support for Java 17 when running on Jenkins 2.341 or later. Please begin testing your plugins on Java 17 by taking the following actions: 1. Upgrade to release

Re: Submission process of a new plugin

2022-04-05 Thread Qasim Mehmood
The pattern I saw was that both GitHub and Bitbucket had separate plugins for Kubernetes Credential Provider so I assumed it has to be a separate plugin. I am also not aware how optional dependencies are managed and what impact it would have on the Gitea plugin if we add this functionality

Re: Submission process of a new plugin

2022-04-05 Thread 'Gavin Mogan' via Jenkins Developers
Is it worth submitting a PR to add the functionality to the gitea plugin? its an optional dependency on the kubernetes secrets plugin anyways. On Tue, Apr 5, 2022 at 12:29 PM Qasim Mehmood wrote: > > Hi Alexander, > > Thank you for pointing me to the right direction. I have create the hosting >

Re: Submission process of a new plugin

2022-04-05 Thread Qasim Mehmood
Hi Alexander, Thank you for pointing me to the right direction. I have create the hosting request issue . > Though I'm unsure if there's a guideline how to deal with forks of existing > plugins on the jenkinsci

Re: Automated plugin release

2022-04-05 Thread Adrien Lecharpentier
A good way would be to run > mvn compile spotbugs:check || mvn spotbugs:gui so that you can see the errors locally and work on them. Le mar. 5 avr. 2022 à 13:40, Alexander Brandes a écrit : > Various Spotbugs checks are failing. Take a look at >

Re: Submission process of a new plugin

2022-04-05 Thread Alexander Brandes
Heyo, there is this guide that outlines how to open a hosting request alongside the general information for publishing plugins . Though I'm unsure if there's a guideline how

Submission process of a new plugin

2022-04-05 Thread Qasim12
Hi, I have written a plugin for creating a Gitea Personal Access Token Credential from a Kubernetes Secret. I am not a Java developer so I forked a similar plugin for creating a Github App credential and basically brute

Re: Automated plugin release

2022-04-05 Thread Alexander Brandes
Various Spotbugs checks are failing. Take a look at https://ci.jenkins.io/job/Plugins/job/bmc-cfa-plugin/job/main/53/spotbugs/ for the list of failures. Locally, you can run `mvn spotbugs:check` to highlight the failures with your IDE to address them. On Tuesday, 5 April 2022 at 13:31:00

Re: Automated plugin release

2022-04-05 Thread Marit M
I fixed the build errors and it's still failing, can you please help me understand the root cause: https://ci.jenkins.io/job/Plugins/job/bmc-cfa-plugin/job/main/60/console *14:23:05* ERROR: Static analysis quality gates not passed; halting early *14:23:05* [GitHub Checks] GitHub check (name:

Re: Update pinned repositories on the jenkinsci organization

2022-04-05 Thread Alexander Brandes
> The repo was only missing because pinning it just didn't work, it wouldn't show up in the UI, and if you tried to pin via API it did nothing. Interesting, I didn't encounter that yet, but nice to see it being resolved. On Tuesday, 5 April 2022 at 08:16:42 UTC+2 timja...@gmail.com wrote: >

Re: Update pinned repositories on the jenkinsci organization

2022-04-05 Thread Tim Jacomb
What do you know, GitHub has finally fixed the bug preventing us from pinning it... The repo was only missing because pinning it just didn't work, it wouldn't show up in the UI, and if you tried to pin via API it did nothing. I've now pinned it On Mon, 4 Apr 2022 at 23:53, 'Gavin Mogan' via