jenkins-infra / plugin-modernizer-tool

MIT License
9 stars 8 forks source link

List the plugins we should focus on. #40

Open gounthar opened 4 months ago

gounthar commented 4 months ago

What feature do you want to see added?

6 months ago, I created a crude set of scripts to find the plugins that would need the most to be modernized thanks to OpenRewrite recipes. https://docs.google.com/spreadsheets/d/1MRKPY_RDi8pvuDRmO3-nmxm4P3cy9Y-5zPKZ_8CJfzQ/edit?usp=sharing I'm wondering if we should start with this list, or if there is another way to find the right plugins to modernize.

Upstream changes

No response

Mark's insight

What feature do you want to see added?

Mark’s carefully maintained plugins include:

Mark’s orphan plugins

Upstream changes

No response

Are you interested in contributing this feature?

No response

sridamul commented 4 months ago

I'm wondering if we should start with this list, or if there is another way to find the right plugins to modernize.

IMO, this list itself contains ~640 plugins. So, I think it is good to start with this list.

gounthar commented 3 months ago

Regular Plugin Updates

I now publish, at least once per week, two important lists related to Jenkins plugins:

  1. Plugins Using Outdated Java Versions

    • This list identifies plugins that are still using older versions of Java.
    • It helps maintainers and contributors target plugins that need updating to more recent Java versions.
  2. Plugins Without Jenkinsfiles

    • This list shows plugins that do not have a Jenkinsfile in their repository.
    • It helps identify plugins that could benefit from adding a Jenkinsfile for improved CI/CD processes.

Purpose

These lists serve several purposes:

How to Use

The lists are updated weekly to ensure the information remains current and relevant.