We are using Liquibase 3.8.5 version. Our requirement is to execute Liquibase script in Jenkins however we are not able to find out any Liquibase plugin in Jenkins.
Please let us know how to fix issue.
Thanks in advance.
We are using Liquibase 3.8.5 version. Our requirement is to execute Liquibase script in Jenkins however we are not able to find out any Liquibase plugin in Jenkins.
Please let us know how to fix issue.
Thanks in advance.
There's Liquibase Runner Plugin
for Jenkins.
Here's a github link, but the last commit was 3 years ago, so I have no idea whether it's supported or not.
Also there's a Liquibase command line
, perhaps it'll come in handy. https://www.liquibase.org/documentation/installation-linux-unix-mac.html
https://wiki.jenkins.io/display/JENKINS/Liquibase+Runner
It adds to the build step which evaluated liquibase changesets. Hope this helps