I am facing problem with jenkins bitbucket notify build status plugin.
Problem statement: I am triggering a jenkins job from Developers Application development branch through bitbucket pipeline. I am using bitbucket notify build status plugin, after the execution is completed. But the notifier is updating the last commit id of automation branch where we have all the automation scripts. Instead of updating it to the development branch commit id from where the job was triggered.
Can anyone help me with updating the status for right commit id on development branch?