Questions tagged [bcbsn]

Use this tag if a question is related to Bitbucket Cloud Build Status Notifier (BCBSN)

23 questions
1
vote
4 answers

Bitbucket notify on start failed

Bitbucket notify on start failed: Root URL isn't configured yet. Cannot compute absolute URL. java.lang.IllegalStateException: Root URL isn't configured yet. Cannot compute absolute URL. at…
1
vote
0 answers

Triggering a Jenkins Pipeline job from a Bitbucket repository

This is a direct continuation of this question, not asked by me, whose purpose was to hook up Bitbucket with Jenkins so that a repo change would trigger a Jenkins Pipeline job. The issue here is the accepted answer, while likely correct, deals with…
Alex
  • 2,555
  • 6
  • 30
  • 48
1
vote
1 answer

How to notify the build status to bitbucket UI when there is no pull request create and merge?

Am new to Jenkins. I found a plugin to notify the each commit status in bit bucket UI(Bit bucket Cloud Build Status Notifier Plugin) and am very much confused about notifying the build status.…
0
votes
0 answers

Jenkins Bitbucket Notifier does not notify when using pipeline

I have this JenkinsFile pipeline { agent { node { label 'SERVER' } } stages { stage('Notificando Inicio do Job') { steps { bitbucketStatusNotify buildState: 'INPROGRESS' } } …
Jedi31
  • 735
  • 1
  • 6
  • 22
0
votes
1 answer

Need help on updating the build result on bitbucket for the jenkins job triggered

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…
user2405952
  • 41
  • 2
  • 7
0
votes
1 answer

Only show latest build status on Bitbucket from Jenkins pipeline

Similar question has been answered already: bitbucket-build-status-notifier plugin for jenkins reports wrong status. Indeed, setting "Only show latest build status" checkbox in job's settings solves the issue: I'm looking for the same ability but…
flaz14
  • 826
  • 1
  • 13
  • 25
0
votes
1 answer

Jenkins 2.3.5 Build Notification (Emailext, bitbucket build status notifier) Not Working

We recently rebuilt our Jenkins server and we are using Jenkins 2.3.5/JDK8/ubuntu 14.04/bitbucket cloud/hipchat cloud. After we got the newly built Jenkins server running, everything worked except for the build result notification. We used to get…
Bill Q
  • 47
  • 7
-2
votes
1 answer

Convert Scripted Jenkinsfile to Declarative script

The plugin doesn't provide declarative script. How can I convert it from scripted to declarative? The url : https://github.com/jenkinsci/bitbucket-build-status-notifier-plugin ... stage 'Build' bitbucketStatusNotify( buildState:…
1
2