TFS
Integrating a Team Foundation Server (TFS) repository with AutoRABIT (ARM) lets you automate commits, merges, and CI/CD pipelines against code stored in your on-premises or Azure DevOps–hosted TFS project. The steps below show an Org Admin how to register a TFS repo so ARM can authenticate, index metadata, and launch jobs.
Registering TFS Repository in ARM
Log in to ARM.
Hover over
Admin
and chooseVC Repos
.Click Register Repository.
On the Register Repository page, select TFS as the Version Control System.
Repository Label – enter a friendly name that will appear in ARM.
Repository URL – paste the full TFS URL (e.g.,
https://tfs.mycorp.com/tfs/Collection/Project
).Credentials – choose stored credentials or click + to add new ones.
Click Test Connection. A success message confirms ARM can authenticate.
Click Save to finish. The repository now appears in the VC Repos list.
Last updated
Was this helpful?