-
Bug
-
Resolution: Not A Defect
-
Blocker
-
all
The JSON file provided by both update center URLs:
is invalid. It contains
updateCenter.post(
as the first line and
);
as the last line but must only contain the second line, which is valid JSON.
- is related to
-
JENKINS-19081 Download update center from master by default
-
- Resolved
-
Despite the misleading file extension, an update center URL *.json is in fact JSONP, not JSON.
There is also *.json.html, which is JSON wrapped in a call to postMessage. This is used by modern browsers instead of the JSONP version.
Currently the update center does not export raw JSON under any URL.