如何在Bluemix DevOps ToolChain中设置gitlab集成?

时间:2017-07-19 05:33:03

标签: ibm-cloud devops-services

IBM Bluemix DevOps ToolChain允许源代码存储库仅为github和IBM版本gitlab。我的回购是在公共gitlab云中,我不打算将其转移到IBM的gitlab云。如何设置我的工具链?

2 个答案:

答案 0 :(得分:1)

更新:现在可以将gitlab.com存储库(或公共互联网上任何其他GitLab服务器的存储库)添加到Bluemix DevOps工具链。有关详细信息,请参阅Bluemix Documentation

原创(过时)回答: 目前无法将gitlab.com或其他公共GitLab服务器上的存储库添加到IBM Bluemix DevOps工具链。但是,这种能力正在积极开发中。

在该功能可用之前,您可以将存储库复制到其中一个受支持的Git提供程序。有关于在https://help.github.com/articles/duplicating-a-repository/复制存储库的说明。简而言之:

git clone --bare https://github.com/exampleuser/old-repository.git
cd old-repository.git
git push --mirror https://github.com/exampleuser/new-repository.git

该示例使用github.com,但此方法适用于任何git存储库。

答案 1 :(得分:0)

我认为最近已添加,您可以在向工具链添加工具时选择它。还有关于它的博客文章https://serifandsemaphore.io/build-a-serverless-api-in-seconds-with-go-c504398d86f6