Why can't I find one of the branches on the branch filter drop-down?

Problem:

When you are trying to filter your project's pipelines for one specific branch, you cannot find the branch name on the drop-down to select the branch.

This happens if the branch you are looking for had a pull request open, which has now been merge into another branch.

If a pull request is opened on a branch, once the first build is triggered on this branch, the branch name will appear on the branch filtering drop-down. The branch name will remain on the drop-down as long as the PR is open. However, when you merge the PR into another branch, the name of the PR's branch will disappear from the drop-down list even if the branch still exists on the VCS. You will still see the branch's builds on the dashboard.

Solutions:

  • You will be able to click on the branch name in one of the previous pipelines. This will take you to the branch view, where you will see the pipelines that ran on this branch.
  • You can also access the branch view by adding ?branch=[branch_name] to the URL of your project on CircleCI.
  • If you push a new commit to the branch or manually trigger a pipeline from the branch view, the branch name will appear on the drop-down again.

 

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.