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

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events