You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
this is my configuration in the freestyle job:
The text was updated successfully, but these errors were encountered:
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.
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:
this is my configuration in the Global Tools Configurations:
this is my configuration in the freestyle job:
The text was updated successfully, but these errors were encountered: