odavid / my-bloody-jenkins

Self Configured Jenkins Docker image based on Jenkins-LTS
MIT License
251 stars 71 forks source link

Update Centre Json Issue when initiating the Jenkins Pod/Container - ver >= 2.346.2 #233

Open nikogior opened 2 years ago

nikogior commented 2 years ago

From the logs when starting a new My-Bloody-Jenkins instance from ver >= 2.346.2 ... 2022-08-25 14:25:18 - Fetching /dev/shm/jenkins-config.yml for the first time... Unable to retrieve JSON from https://updates.jenkins.io/update-center.json?version=2.346.3: updates.jenkins.io: Name does not resolve Unable to retrieve JSON from https://updates.jenkins.io/update-center.json?version=2.346.3: updates.jenkins.io Error getting update center json

When I checked about this link I found the following:

# curl https://updates.jenkins.io/update-center.json?version=2.346.3
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>**The document has moved <a href="https://updates.jenkins.io/dynamic-stable-2.346.3/update-center.json">here**</a>.</p>
</body></html>

Can you please check this issue? I tried exposing it to a proxy cause I am using it in an internal network but to no avail. Previous version 2.346.1 is working fine! Issue appeared on the later versions.