Experiencing Issues Finding Branches in the Dropdown?
If you encounter difficulties when attempting to filter your project's pipelines for a specific branch, and the branch name seems missing from the dropdown, this documentation provides explanations and solutions.
This issue tends to occur when the branch you are searching for previously had an open pull request, which was later merged with another branch.
After a pull request is initiated on a branch, the branch name surfaces in the branch filtering dropdown upon the triggering of the inaugural build. The branch name remains in the dropdown while the pull request is open. However, upon the merger of this pull request with another branch, the original branch's name disappears from the dropdown, despite its existence on the VCS (GitHub, BitBucket, etc.). However, you can still observe the branch's builds on your dashboard.
How to Resolve Branch Visibility Issue
1. Navigate through Past Pipelines: Click the branch name in a past pipeline. This action will lead you to the branch view, where you can see all pipelines run on this specific branch.
2. Modify your Project’s URL: Access the branch view by appending ?branch=[branch_name]
to your project's URL on CircleCI.
3. Trigger Pipeline or Add Commit: Get the branch name to show up in the dropdown again by either pushing a new commit to the branch or manually initiating a pipeline from the branch view.
Comments
Article is closed for comments.