Hi,
I am using Jenkins ver. 2.7.3. I have installed the Audit to Database Plugin and i am trying to connect to my sql database driver with the below configs.
JDBC Driver class: com.mysql.jdbc.Driver
JDBC Url:jdbc:mysql://databaseserver/databasename
I have given the correct username and password, but i am getting the below error
org.hibernate.HibernateException: 'hibernate.dialect' must be set when no Connection available
Could you please let me know if iam missing out any configs?
Hi,
I am using Jenkins ver. 2.7.3. I have installed the Audit to Database Plugin and i am trying to connect to my sql database driver with the below configs.
JDBC Driver class: com.mysql.jdbc.Driver
JDBC Url:jdbc:mysql://databaseserver/databasename
I have given the correct username and password, but i am getting the below error
org.hibernate.HibernateException: 'hibernate.dialect' must be set when no Connection available
Could you please let me know if iam missing out any configs?