Hi,
Was wondering if anyone have reliable way of reporting a migration status from SQLcl Project?
Regardless of liquibase migration exit status from SQLcl is 0.
I'm running in Azure DevOps pipeline and have pushed logs into a file and grep for word:
liquibase.Exception
but sometimes it's failing only with ERROR:Migration Failed
depending on failure type.
Would be nice to have reliable way of getting the failure status out of pipeline as worst thing is to have all green and mask failed deploy.
Cheers
Lukasz