The PR create/merge notifications on slack are nice, they contain all the relevant information i.e. source branch, destination branch. But the pipelines message lacks sufficient information to get all the necessary details.
The slack notification looks like:
Deployment to <deployment name> successful. (Pipeline #106)
<commit ID> Merged in DS-358 (pull request #341)
all-in-1-combined>all-in-1-combined.
Here, it should say the branch on which the pipeline ran, but the message rather says the last merged message.
My setup have dev, stage, prod branch which connect to my dev, stage prod clusters. The branch name on which I am running the pipeline is needed in the slack message.
Thanks