jenkins-integrations / vsjenkinsmanager

A visual studio package to manage Jenkins
MIT License
24 stars 14 forks source link

Url is not a valid Jenkins server #40

Open tomkuijsten opened 8 years ago

tomkuijsten commented 8 years ago

Thanks for the Visual Studio plugin for Jenkins. I am facing an issue. The Jenkin server URL that I am trying to connect is in the form of https:://{ab-jenkins1.companyname.com}. The server version "X-Jenkins" is 1.609.1. But the Url* edit box shows "Url is not a valid Jenkins server". Is there any check that I can do to figure out the problem ?

https://visualstudiogallery.msdn.microsoft.com/3471d451-c1f1-4273-b305-acf81e4f8b32

tomkuijsten commented 8 years ago

I've added a unittest project to test the retrieval of the X-Jenkins header, could you run the tests with your url (stored as a class variable in the test class).

I've also fixed two possible problems, increased the web request timeout and fixed a dispose problem.

helenren commented 8 years ago

Seems this issue is still there. I hit the same issue on my machine, where I am using https url and jenkins version is 1.638

AlekKras commented 6 years ago

Having the same issue