目前,我正在致力于集成bitbucket云和aws codepipeline。我无法在aws codepipeline provider中找到客户bitbucket云存储库。我们可以执行普通存储库,但只有客户存储库我们不能选择。
有没有人能帮个忙。
谢谢,巴鲁
发布于 2020-02-25 20:53:21
将Bitbucket与任何亚马逊网络服务集成的最好方法是使用管道将任何提交镜像到(镜像)亚马逊网络服务CodeCommit库中。然后,您可以将主要集成到AWS上的任何服务中。你可以在here上找到怎么做
此外,请查看之前在StackOverflow上发布的以下内容:
I'm trying to integrate Bitbucket into AWS Code Pipeline? What is the best approach?
https://stackoverflow.com/questions/60393829
复制相似问题