Re: Jelly script, for email

2013-01-21 Thread japinder gill
Copy tht report in workspace ${JELLY_SCRIPT,template="html"}, ${FILE, path="result.html"} and this worked for me On Wednesday, January 16, 2013 4:37:42 PM UTC+5:30, japinder gill wrote: > > Hello, > > I need to embed selenium result html report into email notification. > > The auto mail send af

Re: Jelly script, for email

2013-01-18 Thread Marek Gimza
Jelly scripting is quite powerful. I noticed that it is possible to even open/close file handles with JELLY. It is just a question of learning the concept and the appropriate tags to use in the .jelly script. I think that it is safe to say that you could perform a google or yahoo search on "jelly

Re: Jelly script, for email

2013-01-18 Thread jhoomsharabi
: Fri, Jan 18, 2013 9:34 pm Subject: Re: Jelly script, for email I hope that this example may help: Kind Regards, Mgimza On Fri, Jan 18, 2013 at 11:00 AM, wrote: What code should come under ${code here to read HTML file} -Original Message- From

Re: Jelly script, for email

2013-01-18 Thread Marek Gimza
> Cc: japinder gill > Sent: Thu, Jan 17, 2013 7:40 pm > Subject: Re: Jelly script, for email > > i need exactly this > ${code here to read HTML file}, code for reading the file > > > > On Thursday, January 17, 2013 5:59:44 PM UTC+5:30, slide wrote: >> >

Re: Jelly script, for email

2013-01-18 Thread jhoomsharabi
What code should come under ${code here to read HTML file} -Original Message- From: japinder gill To: jenkinsci-users Cc: japinder gill Sent: Thu, Jan 17, 2013 7:40 pm Subject: Re: Jelly script, for email i need exactly this ${code here to read HTML file}, code for reading the

Re: Jelly script, for email

2013-01-17 Thread japinder gill
r link. >> have no exp in groovy too. >> >> >> On Wednesday, January 16, 2013 6:48:59 PM UTC+5:30, slide wrote: >> >>> Use a groovy template >>> >>> Sent from my Windows Phone >>> -------------- >>> From: ja

Re: Jelly script, for email

2013-01-17 Thread Slide
--- >> From: japinder gill >> Sent: 1/16/2013 4:07 AM >> To: jenkins...@googlegroups.**com >> >> Subject: Jelly script, for email >> >> Hello, >> >> I need to embed selenium result html report into email notification. >> >> The auto

Re: Jelly script, for email

2013-01-16 Thread japinder gill
/16/2013 4:07 AM > To: jenkins...@googlegroups.com > Subject: Jelly script, for email > > Hello, > > I need to embed selenium result html report into email notification. > > The auto mail send after every build should contain complete selenium > report also . > > I

RE: Jelly script, for email

2013-01-16 Thread Alex Earl
Use a groovy template Sent from my Windows Phone -- From: japinder gill Sent: 1/16/2013 4:07 AM To: jenkinsci-users@googlegroups.com Subject: Jelly script, for email Hello, I need to embed selenium result html report into email notification. The auto mail send

Jelly script, for email

2013-01-16 Thread japinder gill
Hello, I need to embed selenium result html report into email notification. The auto mail send after every build should contain complete selenium report also . I tried “Email-ext” pluglin with jelly scripting but not able to do it. Can anyone suggest a better way or how to do using jelly.