-Original Message-
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell
Sent: Sunday, March 11, 2012 8:46 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: Newbie Question: Groovy import doesn't work under Jenkins
On Sun, M
On Sun, Mar 11, 2012 at 12:18 PM, Frank Merrow 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 .
> . . stil
I have this meaningless test class:
public class Test {
public String MyString() { return "This is my String"; }
}
And this driving script:
Import Test
test = new Test();
Println(test.MyString());
So I've already gotten by the problem in groovyConsole that the import
didn't