It is common for teams to integrate Liquibase Business into their existing automation pipeline. Liquibase Business offers command line interface (CLI) to easily integrate with any third party tools.
Automation Tools
Very commonly, Liquibase Business is used with these tools:
Source code - Mostly Git but can Liquibase Business projects can be checked into any source code provider (e.g., TFS, SVN, etc.)
Build and deploy - Most common build tool is Jenkins but it can also easily integrate with other on-prem and cloud hosted tools, e.g., Bamboo, Azure DevOps, etc.
Artifacts repository - It is a common practice to use an artifacts repository such as Nexus or Artifactory to store versioned artifacts so that teams are always ready to deploy any version
...