Skip to content

Commit

Permalink
Revert "Use old.stats.jenkins.io for JSON data (badges#10522)"
Browse files Browse the repository at this point in the history
This reverts commit 394a827.
  • Loading branch information
chris48s committed Sep 14, 2024
1 parent 103921d commit 67c76e0
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://old.stats.jenkins.io/plugin-installation-trend/${plugin}.stats.json`,
url: `https://stats.jenkins.io/plugin-installation-trend/${plugin}.stats.json`,
schema: version ? schemaInstallationsPerVersion : schemaInstallations,
httpErrors: {
404: 'plugin not found',
Expand Down

0 comments on commit 67c76e0

Please sign in to comment.