Hey there, folks!
Just a new user here (and new using Liquibase itself) who is trying to find any kind of existing material about a specific issue: creating a CI/CD pipeline on Azure DevOps for Liquibase.
I’ve already found an example using maven here:
But the thing is that it looks to me that I wouldn’t really need Maven to do that. And, in other words, how it would be the recommended way of developing such thing inside Azure DevOps?
A few possibilities arise:
- Adapt the docker image to be Azure DevOps-compliant
See Container Jobs in Azure Pipelines and TFS - Azure Pipelines | Microsoft Docs - Add some step on the pipeline to install liquibase prior to actually running any steps;
- Anything else?
Do you guys could find any more suitable way of creating this pipeline?
Thanks a lot.