I installed https://github.com/jenkinsci/bitbucket-build-status-notifier-plugin I tried to send notification via standard Jenkins job and it was setting build status for it (my credentials is working)
I tried to send the notification in pipeline but not getting any error or any output for it
getting like:
[Pipeline] bitbucketStatusNotify [Pipeline] bitbucketStatusNotify
and nothing more
function:
bitbucketStatusNotify( buildState: 'INPROGRESS', buildKey: 'build', buildName: 'Build', repoSlug: '<my-repo-name>', commitId: '<some-commit-id>' )
Looking forward for your comments
2.1m questions
2.1m answers
60 comments
57.0k users