-
Bug
-
Resolution: Duplicate
-
Major
-
Windows, Linux, VSTS
At the company I'm working we connect to the internet using a proxy.
Because we moved from a local TFS server to Visual Studio Team System (VSTS), former known as Visual Studio Online, we need Jenkins to get source code from that.
But the TFS-plugin doesn't take into account the system proxy settings, resulting into a timeout. (see attachment).
The C# TFS API allows for setting proxy settings.
More details here: https://github.com/FubarDevelopment/restsharp.portable/issues/34
Something like this might resolve this issue.
- duplicates
-
JENKINS-6933 TFS plugin does not support the -proxy TFS switch.
-
- Resolved
-
[JENKINS-32166] TFS plugin doesn't use system proxy
Link |
New:
This issue duplicates |
Assignee | Original: redsolo [ redsolo ] | New: Yorick Bosman [ ytterx ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Attachment | Original: stacktrace.txt [ 31510 ] |
Workflow | Original: JNJira [ 167730 ] | New: JNJira + In-Review [ 198263 ] |
I've made a pull request that fixes this:
https://github.com/jenkinsci/tfs-plugin/pull/66