-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
7
-
4
-
Problem Definition
- Integrated CI/CD was released with Bitbucket v7.4 update that came with a change in the way build statuses are created and stored.
- Before 7.4, there was a build description field that shows up when clicking the build status link (screenshot below):
- In Bitbucket v7.4, we have a new endpoint that permits build statuses to contain more detailed information like the build number, and test success/failures (reference documentation).
- The description of the build status (shown in the above screenshot) is no more displayed.
Suggested Solution
- Show more build-status-related data (understand which valuable information can be added to the current build status displayed data).
Or
- Show the old build status description content
Why this is important
- In some environments, CI systems post meaningful updates and information in the old build description which many users rely on.