The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

BitBucket Pipelines - Web hook to trigger on-prem build

Pradeep Bokinala
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 19, 2018

I am trying to find a way to enable CI/CD for C++ app. Is there a way to configure BitBucket Pipelines to trigger an on-prem build and capture the status?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
mwatson
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 20, 2018

You can use docker images within Pipelines that support building C++ (I think gcc for example) and not have to have servers running on-prem. If you really need on-prem, you can either trigger off a webhook or create a pipeline that uses curl to connect to your on-prem server. It could block to report the status or your on-prem server could call back to Bitbucket to set the status.

TAGS
AUG Leaders

Atlassian Community Events