Multi branch pipeline with bitbucket build status notifier plugin in jenkins
问题 I have a multi branch pipeline job in my jenkins server and I tried to notify the build status using bitbucket cloud build status notifier plugin. I configured the settings provided in notifier plugin and added the notifier script function in the beginning and end of my Jenkinsfile. Jenkinsfile: node { stage 'Build' bitbucketStatusNotify ( buildState: 'INPROGRESS' ) ....... ....... bitbucketStatusNotify ( buildState: 'SUCESS' ) } When I run the jenkins build it trigger the notifier script and