Using jenkins-plugins with a constraint of a specific jenkins version #26151
-
How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us what version of Renovate you run.37 If you're self-hosting Renovate, select which platform you are using.gitlab.com What is your question?Hello, I'm using renovate to update a file jenkins-plugins.txt but it update all plugins to the latest version and some are not compatible with the latests docker version of Jenkins. So there are not compatible. Is there a way to specify the jenkins version as a depency constraint ? Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 36 replies
-
Not currently supported. It would be necessary to add "jenkins version" awareness to the plugins datasource here: https://github.com/renovatebot/renovate/blob/main/lib/modules/datasource/jenkins-plugins/index.ts Can you create a reproduction repo for this? Instructions to follow |
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. To get started, please read our guide on creating a minimal reproduction. We may close the discussion if you, or someone else, haven't created a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
I can confirm the issue. We experience exactly the same thing. |
Beta Was this translation helpful? Give feedback.
-
I believe this has been solved by #26155? |
Beta Was this translation helpful? Give feedback.
-
We're experiencing the exact same issue @anna-agafonova has created in their repo. Even with a minimal configuration, it ignores the constraints that have been set. |
Beta Was this translation helpful? Give feedback.
I believe this has been solved by #26155?