renovate/lib/modules/datasource/jenkins-plugins
Sergei Zharinov 4354d2b57a
refactor(jenkins): Rename cache namespace (#30868)
2024-08-19 05:45:50 +00:00
..
index.spec.ts feat(datasource/jenkins-plugins): support constraints filtering (#26155) 2023-12-06 09:52:55 +00:00
index.ts refactor(jenkins): Rename cache namespace (#30868) 2024-08-19 05:45:50 +00:00
readme.md feat(jenkins-plugins): Add support for custom registries (#25358) 2023-10-25 09:03:04 +00:00
types.ts feat(datasource/jenkins-plugins): support constraints filtering (#26155) 2023-12-06 09:52:55 +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.