-
Suggestion
-
Resolution: Unresolved
-
4
-
Issue Summary
Within Azure Pipelines, for the Bitbucket/ Github repo, the build shows the latest changes from repos (i.e latest commit).
If we follow the release strategy (https://trunkbaseddevelopment.com/branch-for-release/), the app is unable to pick up all the changes associated with a Release deployment (because only the latest change being reported by Azure Pipeline)
Steps to Reproduce
For example, here, for pipeline build on a Github repo, it only shows the latest commit
Expected Results
It should show all the changes reported by Azure Pipeline
Actual Results
Only the latest change being reported by Azure Pipeline
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available