Back to All

CI/CD Automation with DevOps

I was wondering if there was a way to set up some automation of coalesce deployments (not just jobs). I wanted to do something like use Azure DevOps to manage deployment of QA and Prod environments after the Dev environment was deployed through the CLI.

For example a flow might be:

Feature branches in Coalesce UI -> deploy to dev manually -> If dev builds successfully and passes tests automatically kick off the QA build with DevOps pipelines -> Kick off the prod build if QA builds successfully and passes tests.