I am using .sql files for Liquibase changeset . In Pre deployment step , I am running few scripts like Disabled the Oracle jobs etc. When there is any error Liquibase Stop running next scripts.
In any case, I want run Post Deployment step scripts.
Is there any option in Liquibase for it ?
Run always sql scripts in case fail or success.
Liquibase does not have any post deployment solution. I can see 2 ways: