renovate/lib/modules/datasource/jenkins-plugins
Michael Kriese 19c115c813
test: cleanup (#34785)
2025-03-13 17:52:09 +00:00
..
index.spec.ts test: cleanup (#34785) 2025-03-13 17:52:09 +00:00
index.ts fix: improve coverage (#34667) 2025-03-06 17:05:19 +00:00
readme.md feat(jenkins-plugins): Add support for custom registries (#25358) 2023-10-25 09:03:04 +00:00
types.ts feat: Switch to `Timestamp` type (#33648) 2025-01-22 20:15:25 +00:00

readme.md

The jenkins-plugins datasource supports lookups from the Jenkins Update Center or custom registries.

When you define a custom registry with the registryUrl config option, you must follow Jenkins' update site layout.

The update-center.actual.json and plugin-versions.json files must be in the current path, so Renovate can find them. For example, the files could be put in the https://custom.registry.renovatebot.com/current directory.