Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,637,364
Community Members
 
Community Events
196
Community Groups

How do you get a github pull request to trigger a Bamboo build ?

I am trying to trigger a bamboo build whenever a pull request is opened. I have found few references , but looks like there is no solution to it. Has anybody got this working ?

2 answers

I found a way thats pretty simple. The rest API of Bamboo allows you to specify the vcsBranch. So sending a PUT request to this Bamboo URL triggers a Bamboo to create a new branch and start a build:

 

/rest/api/latest/plan/OZW-PRTST/branch/' + pr + '.json?vcsBranch=refs/pull/' + pr + '/head'

Where "pr" is the Pull Request Number.

I have written a simple OpenFAAS function to take a GitHub Pull Request WebHook and Trigger Bamboo to build the PR here: https://github.com/Fishwaldo/faas-bamboo-pr-trigger

You will need to modify the hostname in bamboo-pr-trigger/handler.js and setup bamboo-username and bamboo-password secrets on your openFAAS server and combined with a updated bamboo-github-status addon it works nicely (see my fork here: https://github.com/Fishwaldo/bamboo-github-status

 

See here for a real life demo:

https://github.com/OpenZWave/open-zwave/pull/1817

0 votes
Philip Colmer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jan 16, 2018

I'm also looking for an answer ...

If your pull request is on the same repository, this article may help:

https://medium.com/@danpurdy0/automated-testing-and-status-reporting-to-github-enterprise-slack-from-atlassian-bamboo-c02328d7211c

However, if the pull requests are from a fork of the repository, that isn't sufficient. I've also found:

https://blog.oyanglul.us/make%20bamboo%20support%20github%20pull%20request%20with%20status%20api

but I haven't tried to implement it yet.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events