I am setting up the DB connections so that I can use them in my jobs.
I am setting the CLASSPATH by setting up the environment variable in
Jenkins Environment configuration.
It is not BUILD that the build I am using or setting.
Thanks
Partha
On Tue, May 14, 2013 at 4:58 PM, Sami Tikka wrote:
>
Hi,
I am trying to setup database connections for DB2; But, I am getting the
error as below:
class not found:com.ibm.db2.jcc.db2driver
I have included the environment variable to include the JDBC driver in the
CLASSPATH .I know this does not make sense to expect the database
connection to pick up t