Re: Problem with database configuration - help appreciated

2013-05-14 Thread Hassan Parthasarathy
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: >

Re: Problem with database configuration - help appreciated

2013-05-14 Thread Sami Tikka
Are you trying to ste up database connections for DB2 in Jenkins or in a build that is executed by Jenkins? Jave you set the CLASSPATH for Jenkins or in a build that is executed by Jenkins? How did you set the CLASSPATH? If you want to set it in a build, have you verified it is there? How? --

Problem with database configuration - help appreciated

2013-05-14 Thread ifxtechie
Hi, I am trying to setup database connections for DB2 in Jenkins; 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 connect