Tim Jacomb
Tim Jacomb
well, you're using a cloudbees distribution by the looks of it (2.263.2-cb-4), I assume it's related to that
Sounds like the request is to add a checksum or whatever and restart Jenkins if they change
Somewhat intentional I think so that you don’t need to have an empty :. Ideally update your file, but a PR with a test that makes both versions work would...
We use it almost every time I think, if any plugin isn't the latest version we use it to get the checksum. This is cached for 1 hour.
https://github.com/jenkinsci/plugin-installation-manager-tool/blob/master/plugin-management-library/src/main/java/io/jenkins/tools/pluginmanager/impl/CacheManager.java
I would recommend you use https://github.com/jenkinsci/helm-charts/tree/main/charts/jenkins#consider-using-a-custom-image the problem with `latest` false is that your transitive dependencies will always install old versions. I think that `latest` needs to be enhanced so...
Yeah it’s a bit of a pain, possibly the error should be relaxed if there’s a compatible version declared elsewhere in the file. We’ve been working around it by using...
I’ll try look at issues in this repo soon, patches very welcome though
It already does that, but Jenkinsfile runner is probably messing with it see explanation here: https://github.com/jenkinsci/plugin-installation-manager-tool/issues/219#issuecomment-727538514
That’s the cause of it for you then