Adds Liquibase as an available build step. See Liquibase documentation at http://www.liquibase.org/.
- Install the liquibase-runner plugin.
- Install liquibase on the server where your job will run, including any database driver.
- Create an empty version of your database on the target server.
- Add your liquibase installation in Manage Jenkins -> Configure System. Note that the jar file containing your database driver should be located in LIQUIBASE_HOME/lib.
- Once defined, you may select "Invoke Liquibase" as the step for any Jenkins Job.