Plugin health scores not updated

38 views
Skip to first unread message

Michael Kriese

unread,
Jun 26, 2024, 4:56:23 AMJun 26
to Jenkins Developers
I can see that the health scores on my plugins are not updated since 2 or 3 month.

Is there an issue with the updater?


Regards
Michael

Zbynek Konecny

unread,
Jun 26, 2024, 6:51:32 AMJun 26
to jenkin...@googlegroups.com
The plugin score workflow:
* plugin health score service crawls GitHub and Artifactory, stores the data and exposes it through API --  https://plugin-health.jenkins.io/api/scores
* reports generator stores the output of said API in a static JSON file (via https://github.com/jenkins-infra/infra-reports/blob/main/plugin-health-scoring/Jenkinsfile)
* this JSON is downloaded each time the plugin site is rebuilt
Looks like already the first step is not producing any up-to-date data, I created an issue https://github.com/jenkins-infra/plugin-health-scoring/issues/522

Cheers,
Zbynek

--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/12b6393f-6aa4-44bb-b00f-351a89d3ebc8n%40googlegroups.com.

Adrien Lecharpentier

unread,
Jun 26, 2024, 7:04:50 AMJun 26
to Jenkins Developers

It's not quite that.
The probe data is fetched every hour or so. Less if the repository hasn't changed, or no release since last checked.
Then the probe data is used to crunch scores through the scoring process.

Those scores are stored in a DB and exposed through /api/scores endpoint.

This endpoint is curled by https://github.com/jenkins-infra/infra-reports/blob/main/plugin-health-scoring/Jenkinsfile

This creates a file in https://reports.jenkins.io/plugin-health-scoring/ which is used when the plugin site is generated. 

That's the all process.


Adrien Lecharpentier

unread,
Jun 26, 2024, 7:14:36 AMJun 26
to jenkin...@googlegroups.com

I haven't say but I'll look into the problem asap

Reply all
Reply to author
Forward
0 new messages