jenkinsci / liquibase-runner-plugin

jenkins-liquibase
https://plugins.jenkins.io/liquibase-runner/
8 stars 20 forks source link

Liquibase installation <PATH> in is not a valid Liquibase install #32

Open jcuevaso opened 3 years ago

jcuevaso commented 3 years ago

i am trying to run liquibase runner using jenkins, when i run it in jenkins master it works great using automatic install, but when i try to run it in a jenkisn agent it shows this error:

Liquibase home: /home/jenkins/agent/tools/org.jenkinsci.plugins.liquibase.install.LiquibaseInstallation/Liquibase
FATAL: Liquibase installation /home/jenkins/agent/tools/org.jenkinsci.plugins.liquibase.install.LiquibaseInstallation/Liquibase is not a valid Liquibase install
Build step 'Liquibase: Update Database' changed build result to NOT_BUILT

this is my configuration in the Global Tools Configurations:

Captura de pantalla de 2020-12-29 21-43-20

this is my configuration in the freestyle job:

Captura de pantalla de 2020-12-29 21-44-38

marcportabellaclotet-mt commented 3 years ago

@jcuevaso did you find a solution for this issue?

I am having the same issue.

cmlomena commented 1 year ago

I am having the same problem too. Did you manage to solve it? Thank you very much in advance

cmlomena commented 1 year ago

I have solved the problem by changing the version of liquibase. The FATAL error was obtained by using a version later than 4.13.0 from the Liquibase community version, which I see is the last one supported by the Jenkins plugin.