0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-12 22:29:06 +00:00
renovatebot_renovate/lib/modules/datasource/jenkins-plugins/readme.md
Nicolas Ménard 91fdebd7b1
feat(jenkins-plugins): Add support for custom registries (#25358)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-25 09:03:04 +00:00

558 B

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.