On Mon, Jul 23, 2012 at 06:05:46PM -0700, Bill Ross wrote:
> Hi Kamal,
>
> Since your post appeared in google's archive as a continuation of
> my thread, it gives the impression that you were looking at my mail
> then replied with substituting your title for mine. If you didn't do
> that, maybe it
ks,
> -Kamal.
>
>
>
> >
> > From: BillR
> >To: jenkinsci-users@googlegroups.com
> >Cc: Kamal Ahmed
> >Sent: Friday, July 20, 2012 1:07 PM
> >Subject: Re: groovy script error No such property: manager for class
>
uly 20, 2012 1:07 PM
SUBJECT: Re: groovy script error No such property: manager for class
You might try starting your own thread, instead of hijacking mine
by changing the title.
(Mine was about running 2 mvn cmds for 1 job.)
Bill
On Thursday, July 19, 2012 6:25:48 PM UTC-7,
om
>Cc: Kamal Ahmed
>Sent: Friday, July 20, 2012 1:07 PM
>Subject: Re: groovy script error No such property: manager for class
>
>
>You might try starting your own thread, instead of hijacking mine by changing
>the title.
>(Mine was about running 2 mvn cmds for 1 job.)
>
You might try starting your own thread, instead of hijacking mine by
changing the title.
(Mine was about running 2 mvn cmds for 1 job.)
Bill
On Thursday, July 19, 2012 6:25:48 PM UTC-7, Kamal Ahmed wrote:
>
> Hi,
> Is there a working example of groovy script for jenkins that i can use, so
> i k
Just check the javadocs, you can use pretty much everything from there.
Sent from my Windows Phone
--
From: Kamal Ahmed
Sent: 7/20/2012 9:25 AM
To: jenkinsci-users@googlegroups.com
Subject: groovy script error No such property: manager for class
Hi,
Is there a
Hi,
Is there a working example of groovy script for jenkins that i can use, so i
know what methods are available for use
I used:
def matcher = manager.getLogMatcher(".*Total time: (.*)\$")
if(matcher?.matches()) { manager.addShortText(matcher.group(1), "grey",
"white", "0px", "white")
}
in the