|
|
|
We have the same issue with the GitHub repository plugin on QB version 7.0.0. We have http_proxy and https_proxy defined in the server's environment variables. If we don't set the "Pull Requests" option, then QB is able to clone the repository without any problems. But when we set "Pull Requests" to "All Opened Pull Requests", QB encounters a "Connection Timeout" error similar to this bug's "Description" above. I have submitted the error log to you via the QB error screen, so hopefully that will help. You can use "https://github.com/uartie/libva.git" as the GitHub URL to duplicate this.
|
QuickBuild uses system git to clone the repository which means even if you specify the proxy, QuickBuild still cannot use it to check out source code.