-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base container jenkins servers - Plugins 404 errors #4394
Comments
I am having the same issue. It started this morning and appears to be intermittent. |
I tried multiple jenkins versions but cannot make it work. Its intermittent with different amount of plugins that gets downloaded and makes jenkins operator to crash.. |
I believe that the warning message states the problem:
Based on that message, it looks like you might be using the Kubernetes operator to install and configure Jenkins. Check your configuration and confirm that it is installing plugins from a container image (first preference) or is using the plugin installation manager tool to install plugins (second choice). You should also check that it is running a modern version of Jenkins, since Jenkins 2.427 has multiple known critical security vulnerabilities. The reference to /dynamic-2.427/ is incorrect in that request. Refer to https://www.jenkins.io/blog/2024/11/16/new-update-center/ for the announcement of the use of the new Jenkins update center that started today. |
For those using the Kubernetes Operator, this issue has been fixed in jenkinsci/kubernetes-operator#784 in 2022: it means you have to upgrade your operator to have this change available (e.g. to have the operator using the If your operator is up to date, or if you are not using the operator, then the presence of the For other people here with HTTP/404 errors from the Update Center which are not pinpointed to the unsupported |
Thank you @dduportal @MarkEWaite , my jenkins has been running for +13hrs now (updated jenkins operator, jenkins, and plugins), indeed the issue was the jenkins operator, it was an old one, it was just a month old before the fix to the Thanks again for your quick responses :) |
Closing as the initial requester answered (thanks!) and their problem is solved. Thanks for reporting! |
Service(s)
infra.ci.jenkins.io, jenkins.io, plugins.jenkins.io, Update center
Summary
After a recent restart of one of our Jenkins containers, it is unable to start up due to multiple 404 errors while attempting to download plugins from the Jenkins update servers. This issue appears to be specific to the US-East region, as testing the same setup in the US-West region works without issues.
Reproduction steps
restart any existing pod/container or run a new one and you will see the issue.
The text was updated successfully, but these errors were encountered: