Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
500 views
in Technique[技术] by (71.8m points)

Jenkins pipeline bibucket status notifier not working in pipeline only

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

question from:https://stackoverflow.com/questions/66063922/jenkins-pipeline-bibucket-status-notifier-not-working-in-pipeline-only

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...