docker
docker copied to clipboard
Do not rely on the tiered update center directory layout
The canonical way to access a version-compatible update site is through /update-center.json?version=...
.
Do not rely on /stable-2.222/update-center.json
, /2.222/update-center.json
, etc. to exist. Those are implementation details that may change at any time.
Here's the proposed change that will impact install-plugins.sh
: https://github.com/jenkins-infra/update-center2/pull/376
Can we make 2.235 the last update center tier to support? I.e. 2.24x would no longer be a fixed tier? @slide ?
I would love to make that possible, I haven't had a chance to look into this yet though. I will try and look into it today if I can manage some time.
See #964 964