在 Bluemix DevOps Services 上添加新构建阶段时出错

Error when adding a new build stage on Bluemix DevOps Services

我将 git 存储库从 github 导入到 Bluemix DevOps Services 中。创建存储库 manifest.yml、从 "Edit Code" 设置代码库并成功启动后,部署工作正常。

但是,当我尝试从 "Build & Deploy" 添加新的构建阶段时,我在页面顶部收到以下错误消息:

There was a problem loading the Git branches

我的设置如下:

Input Type: SCM Repository

Git URL: https://github.com/juslee/agar.io-clone.git

Branch: Error

Stage Trigger: Automatically execute jobs when a change is pushed to Git

错误图片:http://i61.tinypic.com/14jnln7.jpg

有什么问题吗?

单击下面的部署到 Bluemix 按钮。它引用 https://bluemix.net/deploy?repository=https://github.com/juslee/agar-io-clone.git.

我刚刚部署了应用程序,它运行良好。

这是我的一些阶段截图。

确保在构建构建阶段输入中将分支设置为 master,如下截图。

目前使用 "Build & Deploy" 和 GitHub 个名称中带有点的存储库存在限制。

要解决这个问题,您可以:

  1. 删除 Bluemix DevOps Services 项目
  2. 将存储库从 "agar.io-clone" 重命名为 "agar-io-clone"
  3. 创建一个新项目并link它到存储库

更新:限制已被移除

我们正在努力消除此限制