On Sun, Mar 11, 2012 at 12:18 PM, Frank Merrow <[email protected]> wrote:
>
> I have rebooted since adjusting CLASSPATH, verified CLASSPATH still works
> under groovyConsole and restarted my system and Jenkins any number of times
> thinking Jenkins might have a cached version of my environment variables .
> . . still no joy.
>
>
>
> In short, CLASSPATH doesn’t seem to be working for Jenkins Groovy at all.
>
>
>
> What am I missing?
Where are you setting CLASSPATH? Jenkins jobs don't run in the same
context as a console user. And do you get what you expect in the job
console ouput if you run a groovy job that just says
println System.getenv("CLASSPATH")
--
Les Mikesell
[email protected]