Re: Plugin with Java 17 minimum dependencies

2024-05-07 Thread Valentin Delaye (jonesbusy)
+1 On Tuesday, May 7, 2024 at 8:41:48 PM UTC+2 m...@basilcrow.com wrote: > Yes, I think the default should be changed to Java 17 and a new > version released for the reasons already given. Why wasn't the > adoption of such a release (along with updating the Java version value > in the Jenkins

Re: Plugin with Java 17 minimum dependencies

2024-05-06 Thread Valentin Delaye (jonesbusy)
Hi, Just did it : https://github.com/jenkins-infra/github-reusable-workflows/issues/30 Regards, On Monday, May 6, 2024 at 6:12:47 PM UTC+2 m...@basilcrow.com wrote: > On Saturday, April 27, 2024 at 11:56:06 AM UTC-7 ull...@gmail.com wrote: > > At least it makes sense to rise an issue for the

Plugin with Java 17 minimum dependencies

2024-04-27 Thread Valentin Delaye (jonesbusy)
Hi, I'm a bit confused on the minimum required Java version for plugins I maintain the https://github.com/jenkinsci/flyway-api-plugin which is an API plugin for flyway dependencies. Since flyway 10 Java 17 is required. I open a PR https://github.com/jenkinsci/flyway-api-plugin/pull/9/files

Re: ASM in core

2024-01-13 Thread Valentin Delaye (jonesbusy)
Jumping into this - Create a new ASM library plugin. --> Done https://plugins.jenkins.io/asm-api/ Part of bom since 2718.v7e8a_d43b_3f0b_ - Make the JSON Path library plugin depend on the ASM library plugin --> In progress : https://github.com/jenkinsci/json-path-api-plugin/pull/12 The rest

Re: New plugin - Support for Azure credentials via the Kubernetes Credentials Provider

2024-01-13 Thread Valentin Delaye (jonesbusy)
Hi, You can follow https://www.jenkins.io/doc/developer/publishing/requesting-hosting/ in order to host your plugin Best way is to start with mvn archetype:generate -B -DarchetypeGroupId=io.jenkins.archetypes -DarchetypeArtifactId=empty-plugin -DhostOnJenkinsGitHub=true

Adoption request pipeline-as-yaml-plugin

2024-01-03 Thread Valentin Delaye (jonesbusy)
Hi, pipeline-as-yaml-plugin doesn't have any active maintainer. The plugin now doesn't work with recent Jenkins version (mainly due to SnakeYAML migration). I'm not a user of the plugin but I volunteer to adopt it and keep it in minimal working state. - Link to a plugin you want

Adoption request flyway-runner-plugin

2023-12-02 Thread Valentin Delaye (jonesbusy)
- Link to a plugin you want to adopt: https://github.com/jenkinsci/flyway-runner-plugin - The status of the plugin ("for adoption" or "abandoned"): abandoned - Link(s) to pull requests you want to deliver, if applicable. Many PR not merged but I have

Re: Adoption request for postgresql-fingerprint-storage-plugin

2023-11-19 Thread Valentin Delaye (jonesbusy)
gt; > Best regards, > Bruno > > > On Sun, Nov 19, 2023 at 1:23 PM Valentin Delaye (jonesbusy) > wrote: > > > > Hi, > > > > I would like to adopt the postgresql-fingerprint-storage-plugin that was > implemented during one GSoC but never published to the r

Adoption request for postgresql-fingerprint-storage-plugin

2023-11-19 Thread Valentin Delaye (jonesbusy)
Hi, I would like to adopt the postgresql-fingerprint-storage-plugin that was implemented during one GSoC but never published to the release center (I don't have the context). I started to use it with a real use case (like other database storage plugin) and would like to adopt, refresh this

Can an admin restart a build ?

2023-10-23 Thread Valentin Delaye (jonesbusy)
Hi, Is it possible that a https://ci.jenkins.io/ admin restart the following build ? https://github.com/jenkinsci/mstest-plugin/pull/24 (https://ci.jenkins.io/job/Plugins/job/mstest-plugin/view/change-requests/job/PR-24/) Based on my previous contributions, there is low chance a PR get

Adoption request extra-tool-installers-plugin

2023-10-20 Thread Valentin Delaye (jonesbusy)
Hi, This is an adoption request for extra-tool-installers-plugin that is for adoption I would like to it refreshed, add test for JCasC and more test coverage Planning to use it in real life specially for the retry installer - Link to a plugin you want to adopt

Adopt opencover plugin

2023-09-21 Thread Valentin Delaye (jonesbusy)
Hi, This is an adoption request. - Link to a plugin you want to adopt : https://github.com/jenkinsci/opencover-plugin - The status of the plugin ("for adoption" or "abandoned"): abandoned - Link(s) to pull requests you want to deliver, if applicable:

Looking for Ansible plugin maintainers

2023-07-30 Thread Valentin Delaye (jonesbusy)
Hi! 6 month ago I've adopted the Ansible Plugin (https://github.com/jenkinsci/ansible-plugin) that was abandoned many years ago. I was able to refresh it, fix some issue (including security ones) but I overestimated the work to be done on this widely used plugin (~20k) installations. It has

Adoption request parameter-separator-plugin

2023-06-18 Thread Valentin Delaye (jonesbusy)
Hi, This is an adoption request. - Link to a plugin you want to adopt : https://github.com/jenkinsci/parameter-separator-plugin/ - The status of the plugin ("for adoption" or "abandoned"): for abandoned - Link(s) to pull requests you want to deliver, if

Adoption request extension-filter-plugin

2023-05-30 Thread Valentin Delaye (jonesbusy)
Hi, This is an adoption request. I started to use the plugin to restrict visible extensions and just want to keep it updated with modern Jenkins. - Link to a plugin you want to adopt : https://github.com/jenkinsci/extension-filter-plugin - The status of the plugin

Adoption request file-operations-plugin

2023-05-13 Thread Valentin Delaye (jonesbusy)
Hi, This is an adoption request - Link to a plugin you want to adopt : https://github.com/jenkinsci/file-operations-plugin - The status of the plugin ("for adoption" or "abandoned"): abandoned - Link(s) to pull requests you want to deliver, if

Adoption request scm-filter-branch-pr-plugin

2023-04-29 Thread Valentin Delaye (jonesbusy)
Hi, This is an adoption request - Link to a plugin you want to adopt : https://github.com/jenkinsci/scm-filter-branch-pr-plugin - The status of the plugin ("for adoption" or "abandoned"): abandoned - Link(s) to pull requests you want to deliver, if

Adoption request nunit plugin

2023-04-28 Thread Valentin Delaye (jonesbusy)
Hi, This is an adoption request - Link to a plugin you want to adopt : https://github.com/jenkinsci/nunit-plugin - The status of the plugin ("for adoption" or "abandoned"): abandoned - Link(s) to pull requests you want to deliver, if applicable:

Adoption request next-executions-plugin

2023-04-22 Thread Valentin Delaye (jonesbusy)
Hi, This is an adoption request - Link to a plugin you want to adopt : https://github.com/jenkinsci/next-executions-plugin - The status of the plugin ("for adoption" or "abandoned"): abandoned - Link(s) to pull requests you want to deliver, if

Re: requireUpperBoundDeps issue after bom update to 1887.vda_d0ddb_c15c4

2023-03-06 Thread Valentin Delaye (jonesbusy)
Thanks! On Monday, March 6, 2023 at 9:35:39 PM UTC+1 m...@basilcrow.com wrote: > You can work around the problem as follows: > > diff --git a/pom.xml b/pom.xml > index 67c2f7d..1c6265d 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -51,7 +51,14 @@ > > io.jenkins.tools.bom > bom-2.361.x > -

requireUpperBoundDeps issue after bom update to 1887.vda_d0ddb_c15c4

2023-03-06 Thread Valentin Delaye (jonesbusy)
Hi, I would need help to resolve requireUpperBoundDeps happening since update from bom 1836.vfe602c266c05 to 1887.vda_d0ddb_c15c4. This is the dependabot PR that cause issue (and the Maven logs) https://github.com/jenkinsci/skip-notifications-trait-plugin/pull/61 Looks like there is some

Adoption request Ansible plugin

2023-01-28 Thread Valentin Delaye (jonesbusy)
Hi, I want to adopt the ansible plugin - Link to a plugin you want to adopt : https://github.com/jenkinsci/ansible-plugin - The status of the plugin ("for adoption" or "abandoned") : abandoned - Link(s) to pull requests you want to deliver, if applicable

Adoption request for junit-attachments-plugin

2022-11-09 Thread Valentin Delaye (jonesbusy)
Hi, This is an adoption request for junit-attachments-plugin *Link*: https://github.com/jenkinsci/junit-attachments-plugin *Status*: Marked for adoption *GitHub Username:* jonesbusy/ https://github.com/jonesbusy *Jenkins