Jenkins plugin to inform database connection speed
Jenkins plugin to inform database connection speed.
For installing Oracle JDBC Driver:
mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6
-Dversion=11.2.0.3 -Dpackaging=jar -Dfile=ojdbc6.jar -DgeneratePom=true
Be sure to check the parameters, like the version number.