1

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.

Rohan
  • 29
  • 1
  • 3
  • Can't you integrate it into your Maven POM (or Ant Script or Gradle Script) you use to build your Java project? –  Jan 30 '20 at 09:32

2 Answers2

1

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

htshame
  • 6,599
  • 5
  • 36
  • 56
0

https://wiki.jenkins.io/display/JENKINS/Liquibase+Runner

It adds to the build step which evaluated liquibase changesets. Hope this helps

Shubham Gorlewar
  • 404
  • 4
  • 11
  • I have gone throught the link which you have provided however in Installation paragraph they are saying "Install the liquibase-runner plugin using Jenkins' plugin manager". But I can not find any Liquibase related plugin in Jenkins plugin manager. Please explain OR Is there any other approach to do that ? – Rohan Jan 31 '20 at 03:12
  • New location is: https://plugins.jenkins.io/liquibase-runner/ – ronak Sep 28 '20 at 19:50