jenkins-infra / plugin-health-scoring

This project aims to introduce a metric system to calculate the health score of each plugin within the Jenkins ecosystem and reflect the final scores on the Plugin Site for the plugin maintainers and users.
https://plugin-health.jenkins.io
MIT License
24 stars 46 forks source link

Review current probe available and used in `PluginMaintenanceScoring` #331

Closed alecharp closed 8 months ago

alecharp commented 1 year ago

The current implementation of PluginMaintenanceScoring was made before a lot of new probes were added. Maybe some of the new probe could be used there.

Jagrutiti commented 1 year ago

Here I have to look for all the probes that are not part of this map?

https://github.com/jenkins-infra/plugin-health-scoring/blob/9f0401c255f5042eb6f3a13e4355847512167634/core/src/main/java/io/jenkins/pluginhealth/scoring/scores/PluginMaintenanceScoring.java#L53-L61

Then add the test cases for this?

But first I need to make a list of the probes and discuss its scores.