Re: Dynamic Choice Parameter error "Cannot access class path"

2015-11-30 Thread t3knoid
I have not found a way to fix this other than copying the ojdbc jar (e.g. ojdb14.jar) file into the Jenkins WEB-INF\lib folder. On Monday, November 16, 2015 at 3:43:18 PM UTC-5, t3knoid wrote: > > BTW, I also copying the Oracle JDBC library file in the Groovy lib folder. > The console test

Dynamic Choice Parameter error "Cannot access class path"

2015-11-16 Thread t3knoid
I am trying to use the Dynamic Choice Parameter and I am getting the following error in the Jenkins.err.log file: Nov 16, 2015 2:49:16 PM com.seitenbau.jenkins.plugins.dynamicparameter. BaseParameterDefinition getScriptResultAsList INFO: Script parameter with name 'BUILD' is not a instance of

Re: Dynamic Choice Parameter error "Cannot access class path"

2015-11-16 Thread t3knoid
BTW, I also copying the Oracle JDBC library file in the Groovy lib folder. The console test works fine without specifying the -cp option so I know that works. Unfortunately, I still get the same failure in Jenkins. On Monday, November 16, 2015 at 3:11:54 PM UTC-5, t3knoid wrote: > > I am