-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: NXJR-3.8.3
-
Component/s: Jenkins Report (deprecated)
-
Tags:
-
Team:AT
-
Sprint:nxAT Sprint 8.3.2
-
Story Points:3
Since Jenkins has been migrated, retrieving failing builds from a given fails when using the jenkins report addon:
The following error is displayed:
× Error while retrieving jobs from Jenkins for url http://qa.nuxeo.org/jenkins/view/reports/api/json: A JSONObject text must begin with '{' at character 1 of <!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://qa.nuxeo.org/jenkins/view/reports/api/json">here</a>.</p> <hr> <address>Apache/2.4.18 (Ubuntu) Server at qa.nuxeo.org Port 80</address> </body></html>
It seems there's an additional redirection that was not present before and is not handled ok by Java code performing the request.
- depends on
-
NXBT-922 Allow using Jenkins report with authentication
- Resolved