Skip to content

Commit

Permalink
Use old.stats.jenkins.io for JSON data (#10522)
Browse files Browse the repository at this point in the history
  • Loading branch information
froque committed Sep 13, 2024
1 parent 1fc26c9 commit 394a827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/jenkins/jenkins-plugin-installs.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class JenkinsPluginInstalls extends BaseJsonService {

async fetch({ plugin, version }) {
return this._requestJson({
url: `https://stats.jenkins.io/plugin-installation-trend/${plugin}.stats.json`,
url: `https://old.stats.jenkins.io/plugin-installation-trend/${plugin}.stats.json`,
schema: version ? schemaInstallationsPerVersion : schemaInstallations,
httpErrors: {
404: 'plugin not found',
Expand Down

0 comments on commit 394a827

Please sign in to comment.