-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to Download Update-Center.json for Jenkins LTS 2.479.2 #4463
Comments
Hi @vsrucha , where do you get these URLs from? I'm asking because none of the provided URLs are valid or expected to work. |
Jenkins controllers and the If you cannot use this URL, please describe your use case below. |
Any news @vsrucha ? |
Hello @dduportal , I am upgrading Jenkins to latest LTS and while attempting to download plugins, I am facing issues. I will provide logs for your reference. Please let me know. Logs: https://updates.jenkins.io/dynamic-stable-2.479.2/update-center.json |
Hi @vsrucha , this logs excerpt it not sufficient: yes it shows HTTP/404 but it is the only information we can get from it. We need more information. There is clearly an issue on your setup as we haven't heard about any issue and we cannot reproduce on any of our LTS controllers. What is the configured Update Center URL in this Jenkins controller? It looks like you're having a setup which forces the use of "https://updates.jenkins.io/dynamic-stable-2.479.2/update-center.json" which is wrong (the default URL is https://updates.jenkins.io/update-center.json: try to empty the field in the UI, in the Plugin Manager => the button "Reset to default will appear and set the value to this URL). |
How are you downloading plugins is it inside Jenkins or using something else? |
Service(s)
Update center
Summary
I’m upgrading Jenkins from 2.426.3 to the latest LTS version (2.479.2). While attempting to download plugins, I faced a 404 error for the following URL: updates.jenkins.io/dynamic-stable-2.479.2/update-center.json
After investigation, I found that this URL is not indexed in: mirrors.jenkins.io/updates/
Steps taken so far:
Verified the redirected URL and confirmed that the update-center.json file is missing.
Checked the Jenkins mirrors but couldn’t find the dynamic update file for 2.479.2.
Reproduction steps
Step 1 curl -I https://mirrors.updates.jenkins.io/dynamic-stable-2.479.2/update-center.json
This url is returning 404
The text was updated successfully, but these errors were encountered: