mindlesscloud commented on issue #4647: URL: https://github.com/apache/incubator-devlake/issues/4647#issuecomment-1468405752
hi @smulhall , tanks for your feedback. The error caused by the HTTP response was an HTML rather than a JSON. For the sake of locating the bug, I'm wondering if you could share with us the output of the following request. Please replace the `username`, `password`, and `jenkinshost` with the correct values. ```shell curl -i -u 'username:password' 'https://jenkinshost/api/json\?tree\=jobs\[name,jobs\]\{0,10000\}' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
