jenkinsci / audit2db-plugin

Jenkins plugin to record build audit information to database.
https://plugins.jenkins.io/audit2db/
5 stars 24 forks source link

Audit2db plugin #21

Open amruthapbhat opened 7 years ago

amruthapbhat commented 7 years ago

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?

sergueik commented 7 years ago

hello

amruthapbhat
first of all, the auditdb was stale for quite some time and I do not believe it can run with 2.7.3. Try something really old like Jenkins 1.597. I am about to look at the code and attempt to bring it up to date but this will not happen overnight.

amruthapbhat commented 7 years ago

@sergueik : could you please let me know if there are any plugins which can be used in order to push the data into the database which I could check on