TeamCity and git repository with Visual Studio Team Services -
i'm trying configure teamcity build project located on visual studio team services git vcs. project contains spaces in url, looks like: https://mysrv.visualstudio.com/defaultcollection/_git/some%20project
clone visual studio 2013 works fine, command line too. when i'm configuring vcs root in teamcity , press test connection button says connection established, when i'm trying run build teamcityt reports there no compatible agents, , on compatible agents tab of build see message: implicit requirements: 20project defined in vcs root: git vs mysrv
is possible fix issue?
p.s. tried rename repository on vs team services, adds url collection name spaces :(
do still behaviour, if try use unescaped url (without %20 replacing space)?
another option escape '%' sign '%' - escaped url of repository https://mysrv.visualstudio.com/defaultcollection/_git/some%%20project
Comments
Post a Comment