I’ve seen this reported a number of times by a number of people. I’m having the same issue in that a newly created branch is not being picked up by CircleCI. I really don’t want to have to disconnect the entire repo and reconnect it as the other branches are working just fine. What’s the fix for this please?
Private Repo
Currently building all branches but the new one
New branch is actually for changing the CircleCI config.yml
even manually triggering it via this script didn’t work
Readers may be able to offer some guesses, but could you add your Circle config file here, so they do not have to? My guess would be that you have an ignore regex rule set up, and your non-building branch is matching the rule.
Now that the branch has been recognized by CircleCI it seems to be picking up commits as you would expect. I’d still consider this a bug but I have managed to work around it.
I think there is one gotcha, which is that if a commit fails to build (e.g. because your YAML is invalid) it will not build until you push a new commit. I think CircleCI caches some build config per commit, so it needs a new commit to clear it out.
You could always drop a line to support@circleci.com if you want to get an engineer to see why it did not build - there may be enough behind-the-scenes logging to see what the issue was. However, if it is now building, then .