还有其他方法可以将 raspi 连接到 azure devops 管道吗?

Is there any other way to connect raspi to azure devops pipeline?

我已经在 raspi 3 中使用了 tfs 代理,但它在 raspi 4 中不受支持,而托管代理也不可能在组织网络中使用(通过 SSH)。我还希望有其他想法吗?

Is there any other way to connect raspi to azure devops pipeline?

要将 raspi 连接到 azure devops 管道,我们需要将 Raspberry 构建为 Azure DevOps 的自托管代理。

之后,Raspberry PI 在 Azure DevOps 中配置为自托管代理。然后下一步,您可以为 Raspberry PI 项目创建完全自动化的 CI/CD 管道。

您可以查看 this document 了解一些详情。

但是,如果你想在raspi 4中使用tfs代理,我不相信我们现在可以使用它。那是因为有一个关于Raspbian Buster的问题,暂时没有完美的解决办法

请检查 the document 有关该问题的更多详细信息。

希望这对您有所帮助。