I imported a git repository from github into Bluemix DevOps Services. Deployment works fine after creating the repository, manifest.yml
, setting up the code base from "Edit Code" and launching it successfully.
However, when I tried to add a new build stage from "Build & Deploy", I received the following error message at the top of the page:
There was a problem loading the Git branches
My settings are as follows:
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
The error image: http://i61.tinypic.com/14jnln7.jpg
Any ideas what's wrong?
There is currently a limitation using "Build & Deploy" with GitHub repositories that have a dot in their name.
To work around that you can:
Update: The limitation has been removed
We are working on removing this limitation