Re: groovy script error No such property: manager for class

2012-08-11 Thread Jeremy Kitchen
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

Re: groovy script error No such property: manager for class

2012-07-23 Thread Bill Ross
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 >

Re: groovy script error No such property: manager for class

2012-07-22 Thread Bap
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,

Re: groovy script error No such property: manager for class

2012-07-21 Thread Kamal Ahmed
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.) >

Re: groovy script error No such property: manager for class

2012-07-20 Thread BillR
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

RE: groovy script error No such property: manager for class

2012-07-19 Thread Alex Earl
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

groovy script error No such property: manager for class

2012-07-19 Thread Kamal Ahmed
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