TFS 2017 Build Automatically kicks off and keeps failing

前端 未结 2 844
醉酒成梦
醉酒成梦 2021-01-05 12:35

I have a TFS 2017 server build, it is linked to a bit bucket\\Git repo. The build is set to automatically kickoff when master changes. This works fine and also works fine i

相关标签:
2条回答
  • 2021-01-05 12:57

    According to the error info:

    this remote has never connected at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)

    This is a connection failing issue and since you have upgraded your TFS Server. You could give try to update the credentials of the External Git Service endpoint. (Delete the old one and create a new one) which may to the trick.

    Beside if you are using TFS2017.1, you could also use another option for integrating TFS with Bitbucket-- One-Time import of source code form Bitbucket This is something very comfortable because you don’t have to worry about integration at all if you just use whatever TFS brings out of the box.

    0 讨论(0)
  • 2021-01-05 13:00

    This was resolved by adding the Project Collection Service Accounts as a member of the endpoint administrators

    0 讨论(0)
提交回复
热议问题