-
Suggestion
-
Resolution: Unresolved
-
None
Description:
Currently, the repository build status on the Bitbucket source page is determined by the last commit made on the branch configured as the repository's main branch. Bitbucket checks the last commit on the main branch and verifies its build status. This approach can be limiting, especially in cases where active development and testing occur on feature branches or when continuous integration practices are employed across multiple branches.
Proposed Enhancement:
Modify the Bitbucket Cloud Pipelines to display the build status for the last executed pipeline, regardless of the branch it was executed on. This enhancement will provide a more comprehensive view of the project's overall health and recent activity, reflecting the latest pipeline executions from any branch.