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?
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.