Questions tagged [bcbsn]

The Bitbucket Cloud Build Status Notifier (BCBSN) is a tool that sends a build status to bitbucket cloud. It is a script written in Go

The Bitbucket Cloud Build Status Notifier (BCBSN) is a tool that sends a build status to bitbucket cloud. It is a script written in Go

A docker image is supplied as one way to use the script.
Alternatively you have to install Go and clone the repo at github.

Parameters include

  • client id
  • client secret
  • build state
  • git commit hash
  • owner
  • repository name
  • build number
  • build url
2 questions
4
votes
3 answers

Trigger Jenkins job from Bitbucket Pull Request

There are various ways to trigger a Jenkins job from an SCM like Bitbucket, but what I want to do specifically is trigger a build using the branch that is the source of the Pull Request. Up to now, we have used the Bitbucket Pull Request Builder,…
Garreth McDaid
  • 3,399
  • 26
  • 41
1
vote
1 answer

Run PHP Script as a background process in AWS Beanstalk Post Install Hook

UDPATE It turns out that this is the wrong way to use elastic beanstalk. The app would be running, however it would be a hack rather than a correct solution. Use EC2 instead. I'm deploying a PHP application using following setup: Setup Bitbucket…