my-bloody-jenkins icon indicating copy to clipboard operation
my-bloody-jenkins copied to clipboard

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

Open nikogior opened this issue 1 year ago • 0 comments

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.

nikogior avatar Aug 25 '22 15:08 nikogior