I have just deployed Jenkin and wanna integrate with TFS Plugin. Normally, i connect to TFS via Visual Studio with info Name: servername URL: http://servername:8080/tfs But with Jenkin, i can not connect with error: "*Started by user anonymous Building in workspace /root/.jenkins/jobs/Test project/workspace FATAL: com.microsoft.tfs.core.exceptions.TECoreException: The SOAP endpoint http:/servername:8080/tfs/Cardlab/Services/v1.0/Registration.asmx could not be contacted. HTTP status: 503 java.lang.RuntimeException: com.microsoft.tfs.core.exceptions.TECoreException: The SOAP endpoint http://servername:8080/tfs/Cardlab/Services/v1.0/Registration.asmx could not be contacted. HTTP status: 503....*."
I configure with detail below: Server URL: http://servername:8080/tfs/Cardlab Project path: $/Payjr I also tried with the IPAddress instead of servername but still not works. NSlookup working for both. Anyone can help please. Very appreciate your support. Cheers
I had the same issue. After changing the URL of my TFS server to a non-existent server name I was still getting the 503 error which lead me to believe that perhaps the TFS plugin was attempting to use the HTTP proxy to connect to the TFS server. After updating the no proxy host configuration under Jenkins > Plugin Manager > Advanced to match the wildcard domain that our TFS server resided on, I was able to successfully connect to TFS and download the project. Hope this helps.
Im having this issue right now, i have the right Team Collection URL, i have the right proxys, i open de tfs url in another window and work fine, but when i try run te build manually i get this error, it might be because i run it manually?
Im having this issue right now, i have the right Team Collection URL, i have the right proxys, i open de tfs url in another window and work fine, but when i try run te build manually i get this error, it might be because i run it manually?
PD: i update it to run it automatically every 10 minutes, and the error still there
Im having this issue right now, i have the right Team Collection URL, i have the right proxys, i open de tfs url in another window and work fine, but when i try run te build manually i get this error, it might be because i run it manually?
PD: i update it to run it automatically every 10 minutes, and the error still there