Skip to content

boaglio/jenkins-plugin-database-connection-speed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jenkins-plugin-database-connection-speed

Jenkins plugin to inform database connection speed.

For installing Oracle JDBC Driver:

  1. Download the latest Oracle JDBC driver here: http://www.oracle.com/technetwork/indexes/downloads/index.html. Do a search on "JDBC" to find the correct download link.

  2. Now, we can install the JAR file with the following command:

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.

About

Jenkins plugin to inform database connection speed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published