我以为我在Azure Devops项目和bitbucket中的源代码之间建立了一个连接,但它看起来像是我导入了它,所以只导入了一次。
我的消息来源有可能只出现在bitbucket中吗?
发布于 2020-03-27 09:23:06
实际上,您所做的是在Azure DevOps项目中将DevOps转换成一个新的或空的现有回购。
Is it possible to just have my sources in bitbucket?
只适用于CI/CD您可以。
1. Firstly, check if you can access the BitBucket on-premise repositories with the external internet. If so, then the Hosted agents can also access them.
2. Otherwise, deploying a private agent (self-hosted agent) on the BitBucket on-perm server or any other machine which located in the same network with the BitBucket on-perm server. Thus the private agent can access the BitBucket repositories.
注意:目前,Azure管道只与Bitbucket的Git repos集成。比特桶中的汞回收没有显示出来。
在我看来:大多数在线回复都完成了相同的基本任务:允许您存储代码,与他人协作,并使您的代码能够被其他系统普遍访问。
除非BitBucket Repo带来了一些您想要利用的独特功能。否则,我建议您直接迁移回购并在Azure DevOps中管理它。
https://stackoverflow.com/questions/60874174
复制相似问题