Jenkins failed to connect to TFS -



Jenkins failed to connect to TFS -

i have been working on configuring jenkins connect tfs server , working fine until migrate of our projects tfs 2012.

our jenkins running on ci server service under local scheme business relationship , users log jenkins console using windows id configured active directory

the job connect tfs server through command line utility started getting http 404 error tfs 2010 projects after ran build 1 tfs 2012 projects.

here job log when connects tfs 2010 server

[test] $ cmd /c phone call c:\windows\temp\hudson666032816381947801.bat c:\softwares\jenkins-1.569\workspace\test>"c:/program files (x86)/microsoft visual studio 11.0/common7/ide/tf.exe" workspaces /owner:domain\username /login:domain\username,password - server:http://tfs2010server:8080/tfs http code 404: not found c:\softwares\jenkins-1.569\workspace\test>exit 100 build step 'execute windows batch command' marked build failure finished: failure

if re-create same command , run in command prompt on ci server runs fine running through jenkins fails 2010.also job runs fine tfs 2012 server

i not sure if relevant, deleted files under cache folder within home , appdata/mircosoft/team foundation within windows/system32/config folder stated many , yields no result.

at point have spent 2 days in vain.not sure difference in running command through jenkins straight through command line. help much appreciated.

your instance of tfs may running on https not on http -server parameter indicates. if have not solved issue, i'd check have right url.

tfs jenkins

Comments

Popular posts from this blog

java - Bypassing "final local variable defined in an enclosing type" -

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -