Configuring Jenkins with Cloud TFS (Supports GIT) -


we trying configure cloud tfs (project created git support) & jenkins (ubuntu machine).

when ever try enter repository url gives following error.

failed connect repository : command "git ls-remote -h https://xyz.visualstudio.com/defaultcollection/_git/xyzrepo.git head" returned status code 128: stdout: stderr: fatal: authentication failed

i have generated keys using ssh route, unfortunately can't add key @ cloud tfs repo.

i have tried format https://username:password@example.visualstudio.com/defaultcollection/_git/repo_name somehow not successful.

ps: bare minimum's installed (git & git plugin jenkins)

any help/instructions appreciated.

you need enable alternate credentials in tfs. have @ howto


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -