-
Suggestion
-
Resolution: Unresolved
-
None
-
None
Hi
In the following user scenario, a user makes a pull request through the Bitbucket UI and the user the clicks on the merge button.
There is a need to detect the merge for the following branches
- dev
- qa
- test
-prod - uat
And also it needs to detect fast forward.
The attached bitbucket-pipeline is the code that I have written to do this.
But there is redundant code for each of the five branches.
Also, can someone double-check the logic of detecting the merge?
Any suggestions would be greatly appreciated.
Thanks
Jason Kim