mirror of
https://github.com/badges/shields.git
synced 2025-04-18 19:44:04 +03:00
This reverts commit 394a8271a660763758b04d53f47fb095be92a58c.
This commit is contained in:
parent
da6002099f
commit
2515cf9b27
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user