简体   繁体   English

将自托管建筑代理重定向到 Azure Devops 服务

[英]Redirect Self-Hosted Building Agent to Azure Devops Service

I have the following problem to solve but I cannot find the right documentation.我有以下问题需要解决,但找不到正确的文档。
I just upgrade the version control software from TFS (on premise) to Azure Devops Service.我只是将版本控制软件从 TFS(内部部署)升级到 Azure Devops 服务。
I have my own self-hosted building agents that are hooked upo with the TFS istance.我有自己的自托管建筑代理,它们与 TFS 标准相关联。
What I want to do now is to redirect them from pointing to TFS to pointing into Azure Devops Service.我现在想要做的是将它们从指向 TFS 重定向到指向 Azure Devops 服务。
I can find everything about the authentication part, token and so on but I miss the basic steps on reconfiguring the building agents themselves.我可以找到有关身份验证部分、令牌等的所有信息,但我错过了重新配置构建代理本身的基本步骤。 Can someone help me by any chance?有人可以帮助我吗?

You can reconfigure your build agents into Azure DevOps.可以将生成代理重新配置到 Azure DevOps。 Remove and re-configure an agent 删除并重新配置代理

To remove the agent:要删除代理:

.\\config remove .\\config 删除

After you've removed the agent, you can configure it again .删除代理后,您可以再次配置它

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Service Fabric 中运行 Azure DevOps 自托管构建代理时“无法解析远程名称” - “The remote name could not be resolved” when running an Azure DevOps self-hosted build agent in Service Fabric 在自托管的 Azure DevOps Agent 上安装 ChromeDriver - Installing ChromeDriver on self-hosted Azure DevOps Agent Azure DevOps 自托管代理 - 如何复制云托管代理? - Azure DevOps Self-Hosted Agent - How to replicate cloud-hosted agents? 如何在自托管 Windows 代理上从 Azure DevOps 管道运行 Azure CLI 任务? - How to run Azure CLI tasks from an Azure DevOps Pipeline on a Self-Hosted Windows Agent? 从自托管的 Azure DevOps 代理访问存储在 AzureML 工作区中的 ML 模型 - Access ML-model stored in AzureML Workspace from self-hosted Azure DevOps agent 自托管 MacOS 代理上的 DevOps 管道在 NuGet package 恢复但适用于 Azure 管道上失败 - DevOps pipeline on self-hosted MacOS agent fails on NuGet package restore but works on Azure Pipeline 自托管构建代理无法连接到 Azure DevOps Services,无法建立 SSL 连接 - Self-hosted build agent cannot connect to Azure DevOps Services, SSL connection could not be established 如何通过 bash 检查 Linux 上自托管 Azure DevOps 代理上正在运行的作业 - How to check running job on self-hosted Azure DevOps Agent on Linux via bash 无法解析远程名称:在 Docker 中设置自托管 devops 代理时出现“dev.azure.com” - The remote name could not be resolved: 'dev.azure.com' when setting up self-hosted devops agent in Docker 自动向 Azure DevOps 自托管代理添加功能 - automate adding capabilities to Azure DevOps self-hosted agents
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM