We are using following syntax to connect with SQL db, db2 db and mongo db. Could you please suggest way to connect to UDB database also
liquibase --url="jdbc:${{ parameters.db_type }}://$(db_server_name)" `
--searchPath="$(Build.SourcesDirectory)\$(changeset_master_file_path)" `
--changeLogFile="changeset_master.xml" `
--username="$(account-id)" `
--password="$password" `
update