jenkins-integrations / vsjenkinsmanager

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

New server not updating build tasks #42

Open patrick-motard opened 8 years ago

patrick-motard commented 8 years ago

I have two jenkins build servers. Server1 http://myserver.com:8080/ and Server2 http://myservercloud.com:8080/

user name is the same on each. api token is different. Server1 is set up. Setting up Server2, the name shows up in the dropdown of the jenkins manager. When i select it, it does not search for and update the list of builds on Server2, it only displays the builds from Server1.

Some things i've tried:

  1. restarting vs
  2. restarting computer
  3. enabling/disabling extension
  4. removing/reinstalling extension
  5. deleting xml settings in C:\Users\AppData\Local\Microsoft\VisualStudio\14.0\Extensions

None of these things worked. After deleting everything and starting from scratch, reinstalling, re-entering server2, (no record of server1 existed at this point), i was able to get the manager to search for build tasks, but it still found Server1's tasks instead of server2's.

tomkuijsten commented 8 years ago

Hm, sound like a big bug, I'll take a look at it.

patrick-motard commented 8 years ago

Thanks for the response. My coworker was able to replicate this issue with the same two servers. We're using visual studio 2015.