When using Jenkins + Liquibase, an error occurs with MongoDB Atlas after executing the Liquibase command:
SEVERE [liquibase.integration] java.lang.RuntimeException: Driver class was not specified and could not be determined from the url (mongodb://xxxx-cluster.xxxx.mongodb.net/staging)
liquibase.exception.CommandExecutionException: liquibase.exception.LiquibaseException: Unexpected error running Liquibase: java.lang.RuntimeException: Driver class was not specified and could not be determined from the url (mongodb://xxxx-cluster.xxxx.mongodb.net/staging
Has anyone encountered or used MongoDB Atlas before?