liquibaseWrapper
Wrapper for the liquibase jar
Fast use example
Map the folder you will be installing the packae to. In our example that maping will be called modules.
var liquibase = new modules.src.liquibase();
liquibase.update(expandPath('PathToChangeLog'),'context');