-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Jenkins 2.46.2
Kubernetes Pipeline: 1.3
The kubernetes-pipeline-plugin disables HTTP redirects globally.
This breaks the update center with the error:
java.io.IOException: Could not find JSON in http://updates.jenkins.io/update-center.json?id=default&version=2.46.2
In addition, it may break other code or plugins that expect the redirects to be turned on.
This was reported in JENKINS-38185
An issue was filed to fix the issue in CORE: JENKINS-42474
There is a PR that needs to be rebased: https://github.com/jenkinsci/kubernetes-pipeline-plugin/pull/31
- is related to
-
JENKINS-38185 Could not find JSON in http://updates.jenkins-ci.org/update-center.json?id=default&version=2.22
- Resolved
- relates to
-
JENKINS-42474 Make sure URLConnection will follow redirects
- Open
- links to